Html Css Color HEX #FAC208 Golden Poppy

📋 copy color: '#FAC208'

red 250 ◦ green 194 ◦ blue 8

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

Shades of Golden Poppy #FAC208

Tints of Golden Poppy #FAC208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 55.31%
G = 42.92%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC208 (or 0xFAC208) is known color: Golden Poppy. HEX triplet: FA, C2 and 08. RGB value is (250,194,8). Sum of RGB (Red+Green+Blue) = 250+194+8=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC208 is #053DF7. Grayscale: #BEBEBE. Windows color (decimal): -343544 or 574202. OLE color: 574202.

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

Color convert

RGB 250 194 8 -
CMYK 0 0.22 0.97 0.02
HSL 46.12º 0.96% 0.51% -
HSV(B) 46.12º 0.97% 0.98% -
XYZ 58.76 58.93 8.51 -
YUV 189.54 25.55 171.12 -
System Red Green Blue C M Y K H S L
Decimal 250 194 8 0 0.22 0.97 0.02 46.12 0.96 0.51
Hex FA C2 8 0 16 61 2 2E 60 33
Octal 372 302 10 0 26 141 2 56 140 63
Binary 11111010 11000010 1000 0 10110 1100001 10 101110 1100000 110011

Color Harmonies of #FAC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC208

Black with #FAC208

Text Example


Text Example

White with #FAC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC208; }

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

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

background-color css

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

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

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

border-color css

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

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

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