Html Css Color HEX #FBC404 Golden Poppy

📋 copy color: '#FBC404'

red 251 ◦ green 196 ◦ blue 4

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

Shades of Golden Poppy #FBC404

Tints of Golden Poppy #FBC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.46%

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

R = 55.65%
G = 43.46%
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

#FBC404 (or 0xFBC404) is known color: Golden Poppy. HEX triplet: FB, C4 and 04. RGB value is (251,196,4). Sum of RGB (Red+Green+Blue) = 251+196+4=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC404 is #043BFB. Grayscale: #BFBFBF. Windows color (decimal): -277500 or 312571. OLE color: 312571.

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

Color convert

RGB 251 196 4 -
CMYK 0 0.22 0.98 0.02
HSL 46.64º 0.97% 0.5% -
HSV(B) 46.64º 0.98% 0.98% -
XYZ 59.55 60 8.56 -
YUV 190.56 22.72 171.11 -
System Red Green Blue C M Y K H S L
Decimal 251 196 4 0 0.22 0.98 0.02 46.64 0.97 0.5
Hex FB C4 4 0 16 62 2 2F 61 32
Octal 373 304 4 0 26 142 2 57 141 62
Binary 11111011 11000100 100 0 10110 1100010 10 101111 1100001 110010

Color Harmonies of #FBC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC404

Black with #FBC404

Text Example


Text Example

White with #FBC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC404; }

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

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

background-color css

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

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

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

border-color css

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

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

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