Html Css Color HEX #FBC50E Golden Poppy

📋 copy color: '#FBC50E'

red 251 ◦ green 197 ◦ blue 14

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

Shades of Golden Poppy #FBC50E

Tints of Golden Poppy #FBC50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 54.33%
G = 42.64%
B = 3.03%

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

#FBC50E (or 0xFBC50E) is known color: Golden Poppy. HEX triplet: FB, C5 and 0E. RGB value is (251,197,14). Sum of RGB (Red+Green+Blue) = 251+197+14=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC50E is #043AF1. Grayscale: #C1C1C1. Windows color (decimal): -277234 or 968187. OLE color: 968187.

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

Color convert

RGB 251 197 14 -
CMYK 0 0.22 0.94 0.02
HSL 46.33º 0.97% 0.52% -
HSV(B) 46.33º 0.94% 0.98% -
XYZ 59.83 60.47 8.93 -
YUV 192.28 27.39 169.88 -
System Red Green Blue C M Y K H S L
Decimal 251 197 14 0 0.22 0.94 0.02 46.33 0.97 0.52
Hex FB C5 E 0 16 5E 2 2E 61 34
Octal 373 305 16 0 26 136 2 56 141 64
Binary 11111011 11000101 1110 0 10110 1011110 10 101110 1100001 110100

Color Harmonies of #FBC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC50E

Black with #FBC50E

Text Example


Text Example

White with #FBC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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