Html Css Color HEX #FAC20C Golden Poppy

📋 copy color: '#FAC20C'

red 250 ◦ green 194 ◦ blue 12

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

Shades of Golden Poppy #FAC20C

Tints of Golden Poppy #FAC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

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

R = 54.82%
G = 42.54%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC20C (or 0xFAC20C) is known color: Golden Poppy. HEX triplet: FA, C2 and 0C. RGB value is (250,194,12). Sum of RGB (Red+Green+Blue) = 250+194+12=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC20C is #053DF3. Grayscale: #BEBEBE. Windows color (decimal): -343540 or 836346. OLE color: 836346.

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

Color convert

RGB 250 194 12 -
CMYK 0 0.22 0.95 0.02
HSL 45.88º 0.96% 0.51% -
HSV(B) 45.88º 0.95% 0.98% -
XYZ 58.78 58.93 8.63 -
YUV 190 27.55 170.8 -
System Red Green Blue C M Y K H S L
Decimal 250 194 12 0 0.22 0.95 0.02 45.88 0.96 0.51
Hex FA C2 C 0 16 5F 2 2E 60 33
Octal 372 302 14 0 26 137 2 56 140 63
Binary 11111010 11000010 1100 0 10110 1011111 10 101110 1100000 110011

Color Harmonies of #FAC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC20C

Black with #FAC20C

Text Example


Text Example

White with #FAC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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