Html Css Color HEX #FFA500 Orange

📋 copy color: '#FFA500'

red 255 ◦ green 165 ◦ blue 0

#FFA500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #FFA500

Tints of Orange #FFA500

RGB

 RED value IS 255 (100% from 255) = 60.71%

 GREEN value IS 165 (64.84% from 255) = 39.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.71%
G = 39.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFA500 (or 0xFFA500) is known color: Orange. HEX triplet: FF, A5 and 00. RGB value is (255,165,0). Sum of RGB (Red+Green+Blue) = 255+165+0=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA500 is #005AFF. Grayscale: #ADADAD. Windows color (decimal): -23296 or 42495. OLE color: 42495.

HSL color Cylindrical-coordinate representation of color #FFA500: hue angle of 38.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFA500 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 165 0 -
CMYK 0 0.35 1 0
HSL 38.82º 1% 0.5% -
HSV(B) 38.82º 1% 1% -
XYZ 54.7 48.17 6.42 -
YUV 173.1 30.32 186.42 -
System Red Green Blue C M Y K H S L
Decimal 255 165 0 0 0.35 1 0 38.82 1 0.5
Hex FF A5 0 0 23 64 0 27 64 32
Octal 377 245 0 0 43 144 0 47 144 62
Binary 11111111 10100101 0 0 100011 1100100 0 100111 1100100 110010

Color Harmonies of #FFA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA500

Black with #FFA500

Text Example


Text Example

White with #FFA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA500; }

 p { color: rgb(255,165,0); }

 H1.HeaderClassName
 {
   color: #FFA500;
 }
 .AnyTagClassName
 {
   color: #FFA500;
 }
</style>

background-color css

<style>
 a { background-color: #FFA500; }

 a { background-color: rgb(255,165,0); }

 div.DivClassName
 {
   background-color: #FFA500;
 }
 .BgClassName
 {
   background-color: #FFA500;
 }
</style>

border-color css

<style>
 span { border-color: #FFA500; }

 span { border-color: rgb(255,165,0); }

 td.TdClassName
 {
   border-color: #FFA500;
 }
 .TagClassName
 {
   border-color: #FFA500;
 }
</style>