Html Css Color HEX #FBC300 Golden Poppy

📋 copy color: '#FBC300'

red 251 ◦ green 195 ◦ blue 0

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

Shades of Golden Poppy #FBC300

Tints of Golden Poppy #FBC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

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

R = 56.28%
G = 43.72%
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

#FBC300 (or 0xFBC300) is known color: Golden Poppy. HEX triplet: FB, C3 and 00. RGB value is (251,195,0). Sum of RGB (Red+Green+Blue) = 251+195+0=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC300 is #043CFF. Grayscale: #BEBEBE. Windows color (decimal): -277760 or 50171. OLE color: 50171.

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

Color convert

RGB 251 195 0 -
CMYK 0 0.22 1 0.02
HSL 46.61º 1% 0.49% -
HSV(B) 46.61º 1% 0.98% -
XYZ 59.3 59.54 8.37 -
YUV 189.51 21.05 171.86 -
System Red Green Blue C M Y K H S L
Decimal 251 195 0 0 0.22 1 0.02 46.61 1 0.49
Hex FB C3 0 0 16 64 2 2F 64 31
Octal 373 303 0 0 26 144 2 57 144 61
Binary 11111011 11000011 0 0 10110 1100100 10 101111 1100100 110001

Color Harmonies of #FBC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC300

Black with #FBC300

Text Example


Text Example

White with #FBC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC300; }

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

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

background-color css

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

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

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

border-color css

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

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

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