Html Css Color HEX #FBC200 Golden Poppy

📋 copy color: '#FBC200'

red 251 ◦ green 194 ◦ blue 0

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

Shades of Golden Poppy #FBC200

Tints of Golden Poppy #FBC200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.4%
G = 43.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBC200 (or 0xFBC200) is known color: Golden Poppy. HEX triplet: FB, C2 and 00. RGB value is (251,194,0). Sum of RGB (Red+Green+Blue) = 251+194+0=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC200 is #043DFF. Grayscale: #BDBDBD. Windows color (decimal): -278016 or 49915. OLE color: 49915.

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

Color convert

RGB 251 194 0 -
CMYK 0 0.23 1 0.02
HSL 46.37º 1% 0.49% -
HSV(B) 46.37º 1% 0.98% -
XYZ 59.08 59.09 8.29 -
YUV 188.93 21.38 172.27 -
System Red Green Blue C M Y K H S L
Decimal 251 194 0 0 0.23 1 0.02 46.37 1 0.49
Hex FB C2 0 0 17 64 2 2E 64 31
Octal 373 302 0 0 27 144 2 56 144 61
Binary 11111011 11000010 0 0 10111 1100100 10 101110 1100100 110001

Color Harmonies of #FBC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC200

Black with #FBC200

Text Example


Text Example

White with #FBC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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