Html Css Color HEX #FAC906 Tangerine Yellow

📋 copy color: '#FAC906'

red 250 ◦ green 201 ◦ blue 6

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

Shades of Tangerine Yellow #FAC906

Tints of Tangerine Yellow #FAC906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.98%

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

R = 54.7%
G = 43.98%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAC906 (or 0xFAC906) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 06. RGB value is (250,201,6). Sum of RGB (Red+Green+Blue) = 250+201+6=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC906 is #0536F9. Grayscale: #C2C2C2. Windows color (decimal): -341754 or 444922. OLE color: 444922.

HSL color Cylindrical-coordinate representation of color #FAC906: hue angle of 47.95º 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 #FAC906 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 6 -
CMYK 0 0.20 0.98 0.02
HSL 47.95º 0.96% 0.5% -
HSV(B) 47.95º 0.98% 0.98% -
XYZ 60.34 62.11 8.98 -
YUV 193.42 22.23 168.36 -
System Red Green Blue C M Y K H S L
Decimal 250 201 6 0 0.20 0.98 0.02 47.95 0.96 0.5
Hex FA C9 6 0 14 62 2 30 60 32
Octal 372 311 6 0 24 142 2 60 140 62
Binary 11111010 11001001 110 0 10100 1100010 10 110000 1100000 110010

Color Harmonies of #FAC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC906

Black with #FAC906

Text Example


Text Example

White with #FAC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC906; }

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

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

background-color css

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

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

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

border-color css

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

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

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