Html Css Color HEX #FBC710 Golden Poppy

📋 copy color: '#FBC710'

red 251 ◦ green 199 ◦ blue 16

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

Shades of Golden Poppy #FBC710

Tints of Golden Poppy #FBC710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.43%

R = 53.86%
G = 42.7%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC710 (or 0xFBC710) is known color: Golden Poppy. HEX triplet: FB, C7 and 10. RGB value is (251,199,16). Sum of RGB (Red+Green+Blue) = 251+199+16=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC710 is #0438EF. Grayscale: #C2C2C2. Windows color (decimal): -276720 or 1099771. OLE color: 1099771.

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

Color convert

RGB 251 199 16 -
CMYK 0 0.21 0.94 0.02
HSL 46.72º 0.97% 0.52% -
HSV(B) 46.72º 0.94% 0.98% -
XYZ 60.3 61.39 9.16 -
YUV 193.69 27.73 168.88 -
System Red Green Blue C M Y K H S L
Decimal 251 199 16 0 0.21 0.94 0.02 46.72 0.97 0.52
Hex FB C7 10 0 15 5E 2 2F 61 34
Octal 373 307 20 0 25 136 2 57 141 64
Binary 11111011 11000111 10000 0 10101 1011110 10 101111 1100001 110100

Color Harmonies of #FBC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC710

Black with #FBC710

Text Example


Text Example

White with #FBC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC710; }

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

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

background-color css

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

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

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

border-color css

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

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

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