Html Css Color HEX #FACC0C Tangerine Yellow

📋 copy color: '#FACC0C'

red 250 ◦ green 204 ◦ blue 12

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

Shades of Tangerine Yellow #FACC0C

Tints of Tangerine Yellow #FACC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 53.65%
G = 43.78%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FACC0C (or 0xFACC0C) is known color: Tangerine Yellow. HEX triplet: FA, CC and 0C. RGB value is (250,204,12). Sum of RGB (Red+Green+Blue) = 250+204+12=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC0C is #0533F3. Grayscale: #C4C4C4. Windows color (decimal): -340980 or 838906. OLE color: 838906.

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

Color convert

RGB 250 204 12 -
CMYK 0 0.18 0.95 0.02
HSL 48.4º 0.96% 0.51% -
HSV(B) 48.4º 0.95% 0.98% -
XYZ 61.08 63.54 9.39 -
YUV 195.87 24.24 166.61 -
System Red Green Blue C M Y K H S L
Decimal 250 204 12 0 0.18 0.95 0.02 48.4 0.96 0.51
Hex FA CC C 0 12 5F 2 30 60 33
Octal 372 314 14 0 22 137 2 60 140 63
Binary 11111010 11001100 1100 0 10010 1011111 10 110000 1100000 110011

Color Harmonies of #FACC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC0C

Black with #FACC0C

Text Example


Text Example

White with #FACC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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