Html Css Color HEX #FBC005 Golden Poppy

📋 copy color: '#FBC005'

red 251 ◦ green 192 ◦ blue 5

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

Shades of Golden Poppy #FBC005

Tints of Golden Poppy #FBC005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 56.03%
G = 42.86%
B = 1.12%

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

#FBC005 (or 0xFBC005) is known color: Golden Poppy. HEX triplet: FB, C0 and 05. RGB value is (251,192,5). Sum of RGB (Red+Green+Blue) = 251+192+5=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC005 is #043FFA. Grayscale: #BDBDBD. Windows color (decimal): -278523 or 377083. OLE color: 377083.

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

Color convert

RGB 251 192 5 -
CMYK 0 0.24 0.98 0.02
HSL 45.61º 0.97% 0.5% -
HSV(B) 45.61º 0.98% 0.98% -
XYZ 58.66 58.22 8.29 -
YUV 188.32 24.55 172.71 -
System Red Green Blue C M Y K H S L
Decimal 251 192 5 0 0.24 0.98 0.02 45.61 0.97 0.5
Hex FB C0 5 0 18 62 2 2E 61 32
Octal 373 300 5 0 30 142 2 56 141 62
Binary 11111011 11000000 101 0 11000 1100010 10 101110 1100001 110010

Color Harmonies of #FBC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC005

Black with #FBC005

Text Example


Text Example

White with #FBC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC005; }

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

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

background-color css

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

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

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

border-color css

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

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

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