Html Css Color HEX #FAC904 Tangerine Yellow

📋 copy color: '#FAC904'

red 250 ◦ green 201 ◦ blue 4

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

Shades of Tangerine Yellow #FAC904

Tints of Tangerine Yellow #FAC904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 54.95%
G = 44.18%
B = 0.88%

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

#FAC904 (or 0xFAC904) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 04. RGB value is (250,201,4). Sum of RGB (Red+Green+Blue) = 250+201+4=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC904 is #0536FB. Grayscale: #C2C2C2. Windows color (decimal): -341756 or 313850. OLE color: 313850.

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

Color convert

RGB 250 201 4 -
CMYK 0 0.20 0.98 0.02
HSL 48.05º 0.97% 0.5% -
HSV(B) 48.05º 0.98% 0.98% -
XYZ 60.33 62.11 8.92 -
YUV 193.19 21.23 168.52 -
System Red Green Blue C M Y K H S L
Decimal 250 201 4 0 0.20 0.98 0.02 48.05 0.97 0.5
Hex FA C9 4 0 14 62 2 30 61 32
Octal 372 311 4 0 24 142 2 60 141 62
Binary 11111010 11001001 100 0 10100 1100010 10 110000 1100001 110010

Color Harmonies of #FAC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC904

Black with #FAC904

Text Example


Text Example

White with #FAC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC904; }

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

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

background-color css

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

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

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

border-color css

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

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

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