Html Css Color HEX #FBC311 Golden Poppy

📋 copy color: '#FBC311'

red 251 ◦ green 195 ◦ blue 17

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

Shades of Golden Poppy #FBC311

Tints of Golden Poppy #FBC311

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.12%

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

R = 54.21%
G = 42.12%
B = 3.67%

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

#FBC311 (or 0xFBC311) is known color: Golden Poppy. HEX triplet: FB, C3 and 11. RGB value is (251,195,17). Sum of RGB (Red+Green+Blue) = 251+195+17=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC311 is #043CEE. Grayscale: #C0C0C0. Windows color (decimal): -277743 or 1164283. OLE color: 1164283.

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

Color convert

RGB 251 195 17 -
CMYK 0 0.22 0.93 0.02
HSL 45.64º 0.97% 0.53% -
HSV(B) 45.64º 0.93% 0.98% -
XYZ 59.4 59.58 8.9 -
YUV 191.45 29.55 170.47 -
System Red Green Blue C M Y K H S L
Decimal 251 195 17 0 0.22 0.93 0.02 45.64 0.97 0.53
Hex FB C3 11 0 16 5D 2 2E 61 35
Octal 373 303 21 0 26 135 2 56 141 65
Binary 11111011 11000011 10001 0 10110 1011101 10 101110 1100001 110101

Color Harmonies of #FBC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC311

Black with #FBC311

Text Example


Text Example

White with #FBC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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