Html Css Color HEX #FBC31A Moon Yellow

📋 copy color: '#FBC31A'

red 251 ◦ green 195 ◦ blue 26

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

Shades of Moon Yellow #FBC31A

Tints of Moon Yellow #FBC31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.51%

R = 53.18%
G = 41.31%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBC31A (or 0xFBC31A) is known color: Moon Yellow. HEX triplet: FB, C3 and 1A. RGB value is (251,195,26). Sum of RGB (Red+Green+Blue) = 251+195+26=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC31A is #043CE5. Grayscale: #C1C1C1. Windows color (decimal): -277734 or 1754107. OLE color: 1754107.

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

Color convert

RGB 251 195 26 -
CMYK 0 0.22 0.90 0.02
HSL 45.07º 0.97% 0.54% -
HSV(B) 45.07º 0.9% 0.98% -
XYZ 59.49 59.61 9.35 -
YUV 192.48 34.05 169.74 -
System Red Green Blue C M Y K H S L
Decimal 251 195 26 0 0.22 0.90 0.02 45.07 0.97 0.54
Hex FB C3 1A 0 16 5A 2 2D 61 36
Octal 373 303 32 0 26 132 2 55 141 66
Binary 11111011 11000011 11010 0 10110 1011010 10 101101 1100001 110110

Color Harmonies of #FBC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC31A

Black with #FBC31A

Text Example


Text Example

White with #FBC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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