Html Css Color HEX #FEBC1C Moon Yellow

📋 copy color: '#FEBC1C'

red 254 ◦ green 188 ◦ blue 28

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

Shades of Moon Yellow #FEBC1C

Tints of Moon Yellow #FEBC1C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

 BLUE value IS 28 (11.33% from 255) = 5.96%

R = 54.04%
G = 40%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEBC1C (or 0xFEBC1C) is known color: Moon Yellow. HEX triplet: FE, BC and 1C. RGB value is (254,188,28). Sum of RGB (Red+Green+Blue) = 254+188+28=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC1C is #0143E3. Grayscale: #BEBEBE. Windows color (decimal): -82916 or 1883390. OLE color: 1883390.

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

Color convert

RGB 254 188 28 -
CMYK 0 0.26 0.89 0.00
HSL 42.48º 0.99% 0.55% -
HSV(B) 42.48º 0.89% 1% -
XYZ 59.07 57.12 9.01 -
YUV 189.49 36.87 174.01 -
System Red Green Blue C M Y K H S L
Decimal 254 188 28 0 0.26 0.89 0.00 42.48 0.99 0.55
Hex FE BC 1C 0 1A 59 0 2A 63 37
Octal 376 274 34 0 32 131 0 52 143 67
Binary 11111110 10111100 11100 0 11010 1011001 0 101010 1100011 110111

Color Harmonies of #FEBC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC1C

Black with #FEBC1C

Text Example


Text Example

White with #FEBC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC1C; }

 p { color: rgb(254,188,28); }

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

background-color css

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

 a { background-color: rgb(254,188,28); }

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

border-color css

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

 span { border-color: rgb(254,188,28); }

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