Html Css Color HEX #FBC511 Golden Poppy

📋 copy color: '#FBC511'

red 251 ◦ green 197 ◦ blue 17

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

Shades of Golden Poppy #FBC511

Tints of Golden Poppy #FBC511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.66%

R = 53.98%
G = 42.37%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBC511 (or 0xFBC511) is known color: Golden Poppy. HEX triplet: FB, C5 and 11. RGB value is (251,197,17). Sum of RGB (Red+Green+Blue) = 251+197+17=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC511 is #043AEE. Grayscale: #C1C1C1. Windows color (decimal): -277231 or 1164795. OLE color: 1164795.

HSL color Cylindrical-coordinate representation of color #FBC511: hue angle of 46.15º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBC511 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 17 -
CMYK 0 0.22 0.93 0.02
HSL 46.15º 0.97% 0.53% -
HSV(B) 46.15º 0.93% 0.98% -
XYZ 59.85 60.48 9.05 -
YUV 192.63 28.89 169.64 -
System Red Green Blue C M Y K H S L
Decimal 251 197 17 0 0.22 0.93 0.02 46.15 0.97 0.53
Hex FB C5 11 0 16 5D 2 2E 61 35
Octal 373 305 21 0 26 135 2 56 141 65
Binary 11111011 11000101 10001 0 10110 1011101 10 101110 1100001 110101

Color Harmonies of #FBC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC511

Black with #FBC511

Text Example


Text Example

White with #FBC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC511; }

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

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

background-color css

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

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

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

border-color css

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

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

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