Html Css Color HEX #FBC513 Moon Yellow

📋 copy color: '#FBC513'

red 251 ◦ green 197 ◦ blue 19

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

Shades of Moon Yellow #FBC513

Tints of Moon Yellow #FBC513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.07%

R = 53.75%
G = 42.18%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBC513 (or 0xFBC513) is known color: Moon Yellow. HEX triplet: FB, C5 and 13. RGB value is (251,197,19). Sum of RGB (Red+Green+Blue) = 251+197+19=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC513 is #043AEC. Grayscale: #C1C1C1. Windows color (decimal): -277229 or 1295867. OLE color: 1295867.

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

Color convert

RGB 251 197 19 -
CMYK 0 0.22 0.92 0.02
HSL 46.03º 0.97% 0.53% -
HSV(B) 46.03º 0.92% 0.98% -
XYZ 59.87 60.49 9.14 -
YUV 192.85 29.89 169.47 -
System Red Green Blue C M Y K H S L
Decimal 251 197 19 0 0.22 0.92 0.02 46.03 0.97 0.53
Hex FB C5 13 0 16 5C 2 2E 61 35
Octal 373 305 23 0 26 134 2 56 141 65
Binary 11111011 11000101 10011 0 10110 1011100 10 101110 1100001 110101

Color Harmonies of #FBC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC513

Black with #FBC513

Text Example


Text Example

White with #FBC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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