Html Css Color HEX #FBC506 Golden Poppy

📋 copy color: '#FBC506'

red 251 ◦ green 197 ◦ blue 6

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

Shades of Golden Poppy #FBC506

Tints of Golden Poppy #FBC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.39%

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

R = 55.29%
G = 43.39%
B = 1.32%

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

#FBC506 (or 0xFBC506) is known color: Golden Poppy. HEX triplet: FB, C5 and 06. RGB value is (251,197,6). Sum of RGB (Red+Green+Blue) = 251+197+6=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 6 (2.73% from 255 or 1.32% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC506 is #043AF9. Grayscale: #C0C0C0. Windows color (decimal): -277242 or 443899. OLE color: 443899.

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

Color convert

RGB 251 197 6 -
CMYK 0 0.22 0.98 0.02
HSL 46.78º 0.97% 0.5% -
HSV(B) 46.78º 0.98% 0.98% -
XYZ 59.78 60.45 8.69 -
YUV 191.37 23.39 170.53 -
System Red Green Blue C M Y K H S L
Decimal 251 197 6 0 0.22 0.98 0.02 46.78 0.97 0.5
Hex FB C5 6 0 16 62 2 2F 61 32
Octal 373 305 6 0 26 142 2 57 141 62
Binary 11111011 11000101 110 0 10110 1100010 10 101111 1100001 110010

Color Harmonies of #FBC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC506

Black with #FBC506

Text Example


Text Example

White with #FBC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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