Html Css Color HEX #FBC206 Golden Poppy

📋 copy color: '#FBC206'

red 251 ◦ green 194 ◦ blue 6

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

Shades of Golden Poppy #FBC206

Tints of Golden Poppy #FBC206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 55.65%
G = 43.02%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBC206 (or 0xFBC206) is known color: Golden Poppy. HEX triplet: FB, C2 and 06. RGB value is (251,194,6). Sum of RGB (Red+Green+Blue) = 251+194+6=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC206 is #043DF9. Grayscale: #BEBEBE. Windows color (decimal): -278010 or 443131. OLE color: 443131.

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

Color convert

RGB 251 194 6 -
CMYK 0 0.23 0.98 0.02
HSL 46.04º 0.97% 0.5% -
HSV(B) 46.04º 0.98% 0.98% -
XYZ 59.11 59.11 8.47 -
YUV 189.61 24.38 171.79 -
System Red Green Blue C M Y K H S L
Decimal 251 194 6 0 0.23 0.98 0.02 46.04 0.97 0.5
Hex FB C2 6 0 17 62 2 2E 61 32
Octal 373 302 6 0 27 142 2 56 141 62
Binary 11111011 11000010 110 0 10111 1100010 10 101110 1100001 110010

Color Harmonies of #FBC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC206

Black with #FBC206

Text Example


Text Example

White with #FBC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC206; }

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

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

background-color css

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

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

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

border-color css

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

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

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