Html Css Color HEX #FBC50F Golden Poppy

📋 copy color: '#FBC50F'

red 251 ◦ green 197 ◦ blue 15

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

Shades of Golden Poppy #FBC50F

Tints of Golden Poppy #FBC50F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.55%

 BLUE value IS 15 (6.25% from 255) = 3.24%

R = 54.21%
G = 42.55%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC50F (or 0xFBC50F) is known color: Golden Poppy. HEX triplet: FB, C5 and 0F. RGB value is (251,197,15). Sum of RGB (Red+Green+Blue) = 251+197+15=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC50F is #043AF0. Grayscale: #C1C1C1. Windows color (decimal): -277233 or 1033723. OLE color: 1033723.

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

Color convert

RGB 251 197 15 -
CMYK 0 0.22 0.94 0.02
HSL 46.27º 0.97% 0.52% -
HSV(B) 46.27º 0.94% 0.98% -
XYZ 59.84 60.48 8.97 -
YUV 192.4 27.89 169.8 -
System Red Green Blue C M Y K H S L
Decimal 251 197 15 0 0.22 0.94 0.02 46.27 0.97 0.52
Hex FB C5 F 0 16 5E 2 2E 61 34
Octal 373 305 17 0 26 136 2 56 141 64
Binary 11111011 11000101 1111 0 10110 1011110 10 101110 1100001 110100

Color Harmonies of #FBC50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC50F

Black with #FBC50F

Text Example


Text Example

White with #FBC50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC50F; }

 p { color: rgb(251,197,15); }

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

background-color css

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

 a { background-color: rgb(251,197,15); }

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

border-color css

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

 span { border-color: rgb(251,197,15); }

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