Html Css Color HEX #FBC501 Golden Poppy

📋 copy color: '#FBC501'

red 251 ◦ green 197 ◦ blue 1

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

Shades of Golden Poppy #FBC501

Tints of Golden Poppy #FBC501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.9%
G = 43.88%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBC501 (or 0xFBC501) is known color: Golden Poppy. HEX triplet: FB, C5 and 01. RGB value is (251,197,1). Sum of RGB (Red+Green+Blue) = 251+197+1=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC501 is #043AFE. Grayscale: #BFBFBF. Windows color (decimal): -277247 or 116219. OLE color: 116219.

HSL color Cylindrical-coordinate representation of color #FBC501: hue angle of 47.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBC501 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 1 -
CMYK 0 0.22 1.00 0.02
HSL 47.04º 0.99% 0.49% -
HSV(B) 47.04º 1% 0.98% -
XYZ 59.76 60.44 8.55 -
YUV 190.8 20.89 170.94 -
System Red Green Blue C M Y K H S L
Decimal 251 197 1 0 0.22 1.00 0.02 47.04 0.99 0.49
Hex FB C5 1 0 16 64 2 2F 63 31
Octal 373 305 1 0 26 144 2 57 143 61
Binary 11111011 11000101 1 0 10110 1100100 10 101111 1100011 110001

Color Harmonies of #FBC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC501

Black with #FBC501

Text Example


Text Example

White with #FBC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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