Html Css Color HEX #FEC01B Moon Yellow

📋 copy color: '#FEC01B'

red 254 ◦ green 192 ◦ blue 27

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

Shades of Moon Yellow #FEC01B

Tints of Moon Yellow #FEC01B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.59%

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

R = 53.7%
G = 40.59%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEC01B (or 0xFEC01B) is known color: Moon Yellow. HEX triplet: FE, C0 and 1B. RGB value is (254,192,27). Sum of RGB (Red+Green+Blue) = 254+192+27=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC01B is #013FE4. Grayscale: #C0C0C0. Windows color (decimal): -81893 or 1818878. OLE color: 1818878.

HSL color Cylindrical-coordinate representation of color #FEC01B: hue angle of 43.61º 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 #FEC01B is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 192 27 -
CMYK 0 0.24 0.89 0.00
HSL 43.61º 0.99% 0.55% -
HSV(B) 43.61º 0.89% 1% -
XYZ 59.92 58.85 9.24 -
YUV 191.73 35.04 172.42 -
System Red Green Blue C M Y K H S L
Decimal 254 192 27 0 0.24 0.89 0.00 43.61 0.99 0.55
Hex FE C0 1B 0 18 59 0 2C 63 37
Octal 376 300 33 0 30 131 0 54 143 67
Binary 11111110 11000000 11011 0 11000 1011001 0 101100 1100011 110111

Color Harmonies of #FEC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC01B

Black with #FEC01B

Text Example


Text Example

White with #FEC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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