Html Css Color HEX #FBC711 Golden Poppy

📋 copy color: '#FBC711'

red 251 ◦ green 199 ◦ blue 17

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

Shades of Golden Poppy #FBC711

Tints of Golden Poppy #FBC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.61%

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

R = 53.75%
G = 42.61%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBC711 (or 0xFBC711) is known color: Golden Poppy. HEX triplet: FB, C7 and 11. RGB value is (251,199,17). Sum of RGB (Red+Green+Blue) = 251+199+17=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC711 is #0438EE. Grayscale: #C2C2C2. Windows color (decimal): -276719 or 1165307. OLE color: 1165307.

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

Color convert

RGB 251 199 17 -
CMYK 0 0.21 0.93 0.02
HSL 46.67º 0.97% 0.53% -
HSV(B) 46.67º 0.93% 0.98% -
XYZ 60.31 61.4 9.2 -
YUV 193.8 28.23 168.8 -
System Red Green Blue C M Y K H S L
Decimal 251 199 17 0 0.21 0.93 0.02 46.67 0.97 0.53
Hex FB C7 11 0 15 5D 2 2F 61 35
Octal 373 307 21 0 25 135 2 57 141 65
Binary 11111011 11000111 10001 0 10101 1011101 10 101111 1100001 110101

Color Harmonies of #FBC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC711

Black with #FBC711

Text Example


Text Example

White with #FBC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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