Html Css Color HEX #FBC31F Moon Yellow

📋 copy color: '#FBC31F'

red 251 ◦ green 195 ◦ blue 31

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

Shades of Moon Yellow #FBC31F

Tints of Moon Yellow #FBC31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.5%

R = 52.62%
G = 40.88%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBC31F (or 0xFBC31F) is known color: Moon Yellow. HEX triplet: FB, C3 and 1F. RGB value is (251,195,31). Sum of RGB (Red+Green+Blue) = 251+195+31=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC31F is #043CE0. Grayscale: #C1C1C1. Windows color (decimal): -277729 or 2081787. OLE color: 2081787.

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

Color convert

RGB 251 195 31 -
CMYK 0 0.22 0.88 0.02
HSL 44.73º 0.96% 0.55% -
HSV(B) 44.73º 0.88% 0.98% -
XYZ 59.55 59.64 9.67 -
YUV 193.05 36.55 169.34 -
System Red Green Blue C M Y K H S L
Decimal 251 195 31 0 0.22 0.88 0.02 44.73 0.96 0.55
Hex FB C3 1F 0 16 58 2 2D 60 37
Octal 373 303 37 0 26 130 2 55 140 67
Binary 11111011 11000011 11111 0 10110 1011000 10 101101 1100000 110111

Color Harmonies of #FBC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC31F

Black with #FBC31F

Text Example


Text Example

White with #FBC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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