Html Css Color HEX #FAC80C Tangerine Yellow

📋 copy color: '#FAC80C'

red 250 ◦ green 200 ◦ blue 12

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

Shades of Tangerine Yellow #FAC80C

Tints of Tangerine Yellow #FAC80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.29%

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

R = 54.11%
G = 43.29%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC80C (or 0xFAC80C) is known color: Tangerine Yellow. HEX triplet: FA, C8 and 0C. RGB value is (250,200,12). Sum of RGB (Red+Green+Blue) = 250+200+12=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC80C is #0537F3. Grayscale: #C2C2C2. Windows color (decimal): -342004 or 837882. OLE color: 837882.

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

Color convert

RGB 250 200 12 -
CMYK 0 0.2 0.95 0.02
HSL 47.39º 0.96% 0.51% -
HSV(B) 47.39º 0.95% 0.98% -
XYZ 60.14 61.66 9.08 -
YUV 193.52 25.57 168.29 -
System Red Green Blue C M Y K H S L
Decimal 250 200 12 0 0.2 0.95 0.02 47.39 0.96 0.51
Hex FA C8 C 0 14 5F 2 2F 60 33
Octal 372 310 14 0 24 137 2 57 140 63
Binary 11111010 11001000 1100 0 10100 1011111 10 101111 1100000 110011

Color Harmonies of #FAC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC80C

Black with #FAC80C

Text Example


Text Example

White with #FAC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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