Html Css Color HEX #FBC204 Golden Poppy

📋 copy color: '#FBC204'

red 251 ◦ green 194 ◦ blue 4

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

Shades of Golden Poppy #FBC204

Tints of Golden Poppy #FBC204

RGB

 RED value IS 251 (98.44% from 255) = 55.9%

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

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

R = 55.9%
G = 43.21%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBC204 (or 0xFBC204) is known color: Golden Poppy. HEX triplet: FB, C2 and 04. RGB value is (251,194,4). Sum of RGB (Red+Green+Blue) = 251+194+4=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC204 is #043DFB. Grayscale: #BEBEBE. Windows color (decimal): -278012 or 312059. OLE color: 312059.

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

Color convert

RGB 251 194 4 -
CMYK 0 0.23 0.98 0.02
HSL 46.15º 0.97% 0.5% -
HSV(B) 46.15º 0.98% 0.98% -
XYZ 59.1 59.1 8.41 -
YUV 189.38 23.38 171.95 -
System Red Green Blue C M Y K H S L
Decimal 251 194 4 0 0.23 0.98 0.02 46.15 0.97 0.5
Hex FB C2 4 0 17 62 2 2E 61 32
Octal 373 302 4 0 27 142 2 56 141 62
Binary 11111011 11000010 100 0 10111 1100010 10 101110 1100001 110010

Color Harmonies of #FBC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC204

Black with #FBC204

Text Example


Text Example

White with #FBC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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