Html Css Color HEX #FACC05 Tangerine Yellow

📋 copy color: '#FACC05'

red 250 ◦ green 204 ◦ blue 5

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

Shades of Tangerine Yellow #FACC05

Tints of Tangerine Yellow #FACC05

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.44%

 BLUE value IS 5 (2.34% from 255) = 1.09%

R = 54.47%
G = 44.44%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FACC05 (or 0xFACC05) is known color: Tangerine Yellow. HEX triplet: FA, CC and 05. RGB value is (250,204,5). Sum of RGB (Red+Green+Blue) = 250+204+5=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC05 is #0533FA. Grayscale: #C3C3C3. Windows color (decimal): -340987 or 380154. OLE color: 380154.

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

Color convert

RGB 250 204 5 -
CMYK 0 0.18 0.98 0.02
HSL 48.73º 0.96% 0.5% -
HSV(B) 48.73º 0.98% 0.98% -
XYZ 61.04 63.52 9.19 -
YUV 195.07 20.74 167.18 -
System Red Green Blue C M Y K H S L
Decimal 250 204 5 0 0.18 0.98 0.02 48.73 0.96 0.5
Hex FA CC 5 0 12 62 2 31 60 32
Octal 372 314 5 0 22 142 2 61 140 62
Binary 11111010 11001100 101 0 10010 1100010 10 110001 1100000 110010

Color Harmonies of #FACC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC05

Black with #FACC05

Text Example


Text Example

White with #FACC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC05; }

 p { color: rgb(250,204,5); }

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

background-color css

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

 a { background-color: rgb(250,204,5); }

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

border-color css

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

 span { border-color: rgb(250,204,5); }

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