Html Css Color HEX #FAC00C Golden Poppy

📋 copy color: '#FAC00C'

red 250 ◦ green 192 ◦ blue 12

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

Shades of Golden Poppy #FAC00C

Tints of Golden Poppy #FAC00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.29%

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

R = 55.07%
G = 42.29%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC00C (or 0xFAC00C) is known color: Golden Poppy. HEX triplet: FA, C0 and 0C. RGB value is (250,192,12). Sum of RGB (Red+Green+Blue) = 250+192+12=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC00C is #053FF3. Grayscale: #BDBDBD. Windows color (decimal): -344052 or 835834. OLE color: 835834.

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

Color convert

RGB 250 192 12 -
CMYK 0 0.23 0.95 0.02
HSL 45.38º 0.96% 0.51% -
HSV(B) 45.38º 0.95% 0.98% -
XYZ 58.34 58.05 8.48 -
YUV 188.82 28.22 171.64 -
System Red Green Blue C M Y K H S L
Decimal 250 192 12 0 0.23 0.95 0.02 45.38 0.96 0.51
Hex FA C0 C 0 17 5F 2 2D 60 33
Octal 372 300 14 0 27 137 2 55 140 63
Binary 11111010 11000000 1100 0 10111 1011111 10 101101 1100000 110011

Color Harmonies of #FAC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC00C

Black with #FAC00C

Text Example


Text Example

White with #FAC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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