Html Css Color HEX #FBC31D Moon Yellow

📋 copy color: '#FBC31D'

red 251 ◦ green 195 ◦ blue 29

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

Shades of Moon Yellow #FBC31D

Tints of Moon Yellow #FBC31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.11%

R = 52.84%
G = 41.05%
B = 6.11%

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

#FBC31D (or 0xFBC31D) is known color: Moon Yellow. HEX triplet: FB, C3 and 1D. RGB value is (251,195,29). Sum of RGB (Red+Green+Blue) = 251+195+29=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC31D is #043CE2. Grayscale: #C1C1C1. Windows color (decimal): -277731 or 1950715. OLE color: 1950715.

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

Color convert

RGB 251 195 29 -
CMYK 0 0.22 0.88 0.02
HSL 44.86º 0.97% 0.55% -
HSV(B) 44.86º 0.88% 0.98% -
XYZ 59.52 59.63 9.53 -
YUV 192.82 35.55 169.5 -
System Red Green Blue C M Y K H S L
Decimal 251 195 29 0 0.22 0.88 0.02 44.86 0.97 0.55
Hex FB C3 1D 0 16 58 2 2D 61 37
Octal 373 303 35 0 26 130 2 55 141 67
Binary 11111011 11000011 11101 0 10110 1011000 10 101101 1100001 110111

Color Harmonies of #FBC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC31D

Black with #FBC31D

Text Example


Text Example

White with #FBC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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