Html Css Color HEX #FBC100 Golden Poppy

📋 copy color: '#FBC100'

red 251 ◦ green 193 ◦ blue 0

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

Shades of Golden Poppy #FBC100

Tints of Golden Poppy #FBC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

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

R = 56.53%
G = 43.47%
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

#FBC100 (or 0xFBC100) is known color: Golden Poppy. HEX triplet: FB, C1 and 00. RGB value is (251,193,0). Sum of RGB (Red+Green+Blue) = 251+193+0=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC100 is #043EFF. Grayscale: #BDBDBD. Windows color (decimal): -278272 or 49659. OLE color: 49659.

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

Color convert

RGB 251 193 0 -
CMYK 0 0.23 1 0.02
HSL 46.14º 1% 0.49% -
HSV(B) 46.14º 1% 0.98% -
XYZ 58.85 58.65 8.22 -
YUV 188.34 21.72 172.69 -
System Red Green Blue C M Y K H S L
Decimal 251 193 0 0 0.23 1 0.02 46.14 1 0.49
Hex FB C1 0 0 17 64 2 2E 64 31
Octal 373 301 0 0 27 144 2 56 144 61
Binary 11111011 11000001 0 0 10111 1100100 10 101110 1100100 110001

Color Harmonies of #FBC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC100

Black with #FBC100

Text Example


Text Example

White with #FBC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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