Html Css Color HEX #FACA08 Tangerine Yellow

📋 copy color: '#FACA08'

red 250 ◦ green 202 ◦ blue 8

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

Shades of Tangerine Yellow #FACA08

Tints of Tangerine Yellow #FACA08

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 54.35%
G = 43.91%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FACA08 (or 0xFACA08) is known color: Tangerine Yellow. HEX triplet: FA, CA and 08. RGB value is (250,202,8). Sum of RGB (Red+Green+Blue) = 250+202+8=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA08 is #0535F7. Grayscale: #C3C3C3. Windows color (decimal): -341496 or 576250. OLE color: 576250.

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

Color convert

RGB 250 202 8 -
CMYK 0 0.19 0.97 0.02
HSL 48.1º 0.96% 0.51% -
HSV(B) 48.1º 0.97% 0.98% -
XYZ 60.59 62.58 9.12 -
YUV 194.24 22.9 167.77 -
System Red Green Blue C M Y K H S L
Decimal 250 202 8 0 0.19 0.97 0.02 48.1 0.96 0.51
Hex FA CA 8 0 13 61 2 30 60 33
Octal 372 312 10 0 23 141 2 60 140 63
Binary 11111010 11001010 1000 0 10011 1100001 10 110000 1100000 110011

Color Harmonies of #FACA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA08

Black with #FACA08

Text Example


Text Example

White with #FACA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA08; }

 p { color: rgb(250,202,8); }

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

background-color css

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

 a { background-color: rgb(250,202,8); }

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

border-color css

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

 span { border-color: rgb(250,202,8); }

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