Html Css Color HEX #FEC31B Moon Yellow

📋 copy color: '#FEC31B'

red 254 ◦ green 195 ◦ blue 27

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

Shades of Moon Yellow #FEC31B

Tints of Moon Yellow #FEC31B

RGB

 RED value IS 254 (99.61% from 255) = 53.36%

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

 BLUE value IS 27 (10.94% from 255) = 5.67%

R = 53.36%
G = 40.97%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEC31B (or 0xFEC31B) is known color: Moon Yellow. HEX triplet: FE, C3 and 1B. RGB value is (254,195,27). Sum of RGB (Red+Green+Blue) = 254+195+27=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC31B is #013CE4. Grayscale: #C2C2C2. Windows color (decimal): -81125 or 1819646. OLE color: 1819646.

HSL color Cylindrical-coordinate representation of color #FEC31B: hue angle of 44.41º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEC31B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 195 27 -
CMYK 0 0.23 0.89 0.00
HSL 44.41º 0.99% 0.55% -
HSV(B) 44.41º 0.89% 1% -
XYZ 60.59 60.18 9.46 -
YUV 193.49 34.05 171.16 -
System Red Green Blue C M Y K H S L
Decimal 254 195 27 0 0.23 0.89 0.00 44.41 0.99 0.55
Hex FE C3 1B 0 17 59 0 2C 63 37
Octal 376 303 33 0 27 131 0 54 143 67
Binary 11111110 11000011 11011 0 10111 1011001 0 101100 1100011 110111

Color Harmonies of #FEC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC31B

Black with #FEC31B

Text Example


Text Example

White with #FEC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC31B; }

 p { color: rgb(254,195,27); }

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

background-color css

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

 a { background-color: rgb(254,195,27); }

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

border-color css

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

 span { border-color: rgb(254,195,27); }

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