Html Css Color HEX #FBC006 Golden Poppy

📋 copy color: '#FBC006'

red 251 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #FBC006

Tints of Golden Poppy #FBC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.34%

R = 55.9%
G = 42.76%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBC006 (or 0xFBC006) is known color: Golden Poppy. HEX triplet: FB, C0 and 06. RGB value is (251,192,6). Sum of RGB (Red+Green+Blue) = 251+192+6=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC006 is #043FF9. Grayscale: #BDBDBD. Windows color (decimal): -278522 or 442619. OLE color: 442619.

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

Color convert

RGB 251 192 6 -
CMYK 0 0.24 0.98 0.02
HSL 45.55º 0.97% 0.5% -
HSV(B) 45.55º 0.98% 0.98% -
XYZ 58.67 58.22 8.32 -
YUV 188.44 25.05 172.62 -
System Red Green Blue C M Y K H S L
Decimal 251 192 6 0 0.24 0.98 0.02 45.55 0.97 0.5
Hex FB C0 6 0 18 62 2 2E 61 32
Octal 373 300 6 0 30 142 2 56 141 62
Binary 11111011 11000000 110 0 11000 1100010 10 101110 1100001 110010

Color Harmonies of #FBC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC006

Black with #FBC006

Text Example


Text Example

White with #FBC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC006; }

 p { color: rgb(251,192,6); }

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

background-color css

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

 a { background-color: rgb(251,192,6); }

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

border-color css

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

 span { border-color: rgb(251,192,6); }

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