Html Css Color HEX #FAA506 Orange

📋 copy color: '#FAA506'

red 250 ◦ green 165 ◦ blue 6

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

Shades of Orange #FAA506

Tints of Orange #FAA506

RGB

 RED value IS 250 (98.05% from 255) = 59.38%

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

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

R = 59.38%
G = 39.19%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAA506 (or 0xFAA506) is known color: Orange. HEX triplet: FA, A5 and 06. RGB value is (250,165,6). Sum of RGB (Red+Green+Blue) = 250+165+6=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA506 is #055AF9. Grayscale: #ADADAD. Windows color (decimal): -350970 or 435706. OLE color: 435706.

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

Color convert

RGB 250 165 6 -
CMYK 0 0.34 0.98 0.02
HSL 39.1º 0.96% 0.5% -
HSV(B) 39.1º 0.98% 0.98% -
XYZ 52.91 47.25 6.5 -
YUV 172.29 34.16 183.43 -
System Red Green Blue C M Y K H S L
Decimal 250 165 6 0 0.34 0.98 0.02 39.1 0.96 0.5
Hex FA A5 6 0 22 62 2 27 60 32
Octal 372 245 6 0 42 142 2 47 140 62
Binary 11111010 10100101 110 0 100010 1100010 10 100111 1100000 110010

Color Harmonies of #FAA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA506

Black with #FAA506

Text Example


Text Example

White with #FAA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA506; }

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

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

background-color css

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

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

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

border-color css

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

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

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