Html Css Color HEX #FBC210 Golden Poppy

📋 copy color: '#FBC210'

red 251 ◦ green 194 ◦ blue 16

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

Shades of Golden Poppy #FBC210

Tints of Golden Poppy #FBC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.08%

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

R = 54.45%
G = 42.08%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC210 (or 0xFBC210) is known color: Golden Poppy. HEX triplet: FB, C2 and 10. RGB value is (251,194,16). Sum of RGB (Red+Green+Blue) = 251+194+16=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC210 is #043DEF. Grayscale: #BFBFBF. Windows color (decimal): -278000 or 1098491. OLE color: 1098491.

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

Color convert

RGB 251 194 16 -
CMYK 0 0.23 0.94 0.02
HSL 45.45º 0.97% 0.52% -
HSV(B) 45.45º 0.94% 0.98% -
XYZ 59.17 59.13 8.78 -
YUV 190.75 29.38 170.97 -
System Red Green Blue C M Y K H S L
Decimal 251 194 16 0 0.23 0.94 0.02 45.45 0.97 0.52
Hex FB C2 10 0 17 5E 2 2D 61 34
Octal 373 302 20 0 27 136 2 55 141 64
Binary 11111011 11000010 10000 0 10111 1011110 10 101101 1100001 110100

Color Harmonies of #FBC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC210

Black with #FBC210

Text Example


Text Example

White with #FBC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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