Html Css Color HEX #FBC512 Moon Yellow

📋 copy color: '#FBC512'

red 251 ◦ green 197 ◦ blue 18

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

Shades of Moon Yellow #FBC512

Tints of Moon Yellow #FBC512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 53.86%
G = 42.27%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBC512 (or 0xFBC512) is known color: Moon Yellow. HEX triplet: FB, C5 and 12. RGB value is (251,197,18). Sum of RGB (Red+Green+Blue) = 251+197+18=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC512 is #043AED. Grayscale: #C1C1C1. Windows color (decimal): -277230 or 1230331. OLE color: 1230331.

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

Color convert

RGB 251 197 18 -
CMYK 0 0.22 0.93 0.02
HSL 46.09º 0.97% 0.53% -
HSV(B) 46.09º 0.93% 0.98% -
XYZ 59.86 60.49 9.09 -
YUV 192.74 29.39 169.55 -
System Red Green Blue C M Y K H S L
Decimal 251 197 18 0 0.22 0.93 0.02 46.09 0.97 0.53
Hex FB C5 12 0 16 5D 2 2E 61 35
Octal 373 305 22 0 26 135 2 56 141 65
Binary 11111011 11000101 10010 0 10110 1011101 10 101110 1100001 110101

Color Harmonies of #FBC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC512

Black with #FBC512

Text Example


Text Example

White with #FBC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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