Html Css Color HEX #FAC204 Golden Poppy

📋 copy color: '#FAC204'

red 250 ◦ green 194 ◦ blue 4

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

Shades of Golden Poppy #FAC204

Tints of Golden Poppy #FAC204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 55.8%
G = 43.3%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAC204 (or 0xFAC204) is known color: Golden Poppy. HEX triplet: FA, C2 and 04. RGB value is (250,194,4). Sum of RGB (Red+Green+Blue) = 250+194+4=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC204 is #053DFB. Grayscale: #BDBDBD. Windows color (decimal): -343548 or 312058. OLE color: 312058.

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

Color convert

RGB 250 194 4 -
CMYK 0 0.22 0.98 0.02
HSL 46.34º 0.97% 0.5% -
HSV(B) 46.34º 0.98% 0.98% -
XYZ 58.74 58.92 8.39 -
YUV 189.08 23.55 171.45 -
System Red Green Blue C M Y K H S L
Decimal 250 194 4 0 0.22 0.98 0.02 46.34 0.97 0.5
Hex FA C2 4 0 16 62 2 2E 61 32
Octal 372 302 4 0 26 142 2 56 141 62
Binary 11111010 11000010 100 0 10110 1100010 10 101110 1100001 110010

Color Harmonies of #FAC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC204

Black with #FAC204

Text Example


Text Example

White with #FAC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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