Html Css Color HEX #FBC400 Golden Poppy

📋 copy color: '#FBC400'

red 251 ◦ green 196 ◦ blue 0

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

Shades of Golden Poppy #FBC400

Tints of Golden Poppy #FBC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.85%

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

R = 56.15%
G = 43.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FBC400 (or 0xFBC400) is known color: Golden Poppy. HEX triplet: FB, C4 and 00. RGB value is (251,196,0). Sum of RGB (Red+Green+Blue) = 251+196+0=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC400 is #043BFF. Grayscale: #BEBEBE. Windows color (decimal): -277504 or 50427. OLE color: 50427.

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

Color convert

RGB 251 196 0 -
CMYK 0 0.22 1 0.02
HSL 46.85º 1% 0.49% -
HSV(B) 46.85º 1% 0.98% -
XYZ 59.52 59.99 8.44 -
YUV 190.1 20.72 171.44 -
System Red Green Blue C M Y K H S L
Decimal 251 196 0 0 0.22 1 0.02 46.85 1 0.49
Hex FB C4 0 0 16 64 2 2F 64 31
Octal 373 304 0 0 26 144 2 57 144 61
Binary 11111011 11000100 0 0 10110 1100100 10 101111 1100100 110001

Color Harmonies of #FBC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC400

Black with #FBC400

Text Example


Text Example

White with #FBC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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