Html Css Color HEX #FFA506 Orange

📋 copy color: '#FFA506'

red 255 ◦ green 165 ◦ blue 6

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

Shades of Orange #FFA506

Tints of Orange #FFA506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 59.86%
G = 38.73%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFA506 (or 0xFFA506) is known color: Orange. HEX triplet: FF, A5 and 06. RGB value is (255,165,6). Sum of RGB (Red+Green+Blue) = 255+165+6=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA506 is #005AF9. Grayscale: #AEAEAE. Windows color (decimal): -23290 or 435711. OLE color: 435711.

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

Color convert

RGB 255 165 6 -
CMYK 0 0.35 0.98 0
HSL 38.31º 1% 0.51% -
HSV(B) 38.31º 0.98% 1% -
XYZ 54.73 48.18 6.59 -
YUV 173.78 33.32 185.93 -
System Red Green Blue C M Y K H S L
Decimal 255 165 6 0 0.35 0.98 0 38.31 1 0.51
Hex FF A5 6 0 23 62 0 26 64 33
Octal 377 245 6 0 43 142 0 46 144 63
Binary 11111111 10100101 110 0 100011 1100010 0 100110 1100100 110011

Color Harmonies of #FFA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA506

Black with #FFA506

Text Example


Text Example

White with #FFA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA506; }

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

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

background-color css

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

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

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

border-color css

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

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

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