Html Css Color HEX #FBC312 Moon Yellow

📋 copy color: '#FBC312'

red 251 ◦ green 195 ◦ blue 18

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

Shades of Moon Yellow #FBC312

Tints of Moon Yellow #FBC312

RGB

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

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

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

R = 54.09%
G = 42.03%
B = 3.88%

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

#FBC312 (or 0xFBC312) is known color: Moon Yellow. HEX triplet: FB, C3 and 12. RGB value is (251,195,18). Sum of RGB (Red+Green+Blue) = 251+195+18=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC312 is #043CED. Grayscale: #C0C0C0. Windows color (decimal): -277742 or 1229819. OLE color: 1229819.

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

Color convert

RGB 251 195 18 -
CMYK 0 0.22 0.93 0.02
HSL 45.58º 0.97% 0.53% -
HSV(B) 45.58º 0.93% 0.98% -
XYZ 59.41 59.58 8.94 -
YUV 191.57 30.05 170.39 -
System Red Green Blue C M Y K H S L
Decimal 251 195 18 0 0.22 0.93 0.02 45.58 0.97 0.53
Hex FB C3 12 0 16 5D 2 2E 61 35
Octal 373 303 22 0 26 135 2 56 141 65
Binary 11111011 11000011 10010 0 10110 1011101 10 101110 1100001 110101

Color Harmonies of #FBC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC312

Black with #FBC312

Text Example


Text Example

White with #FBC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC312; }

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

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

background-color css

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

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

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

border-color css

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

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

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