Html Css Color HEX #FEBA20 Moon Yellow

📋 copy color: '#FEBA20'

red 254 ◦ green 186 ◦ blue 32

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

Shades of Moon Yellow #FEBA20

Tints of Moon Yellow #FEBA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 32 (12.89% from 255) = 6.78%

R = 53.81%
G = 39.41%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEBA20 (or 0xFEBA20) is known color: Moon Yellow. HEX triplet: FE, BA and 20. RGB value is (254,186,32). Sum of RGB (Red+Green+Blue) = 254+186+32=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA20 is #0145DF. Grayscale: #BDBDBD. Windows color (decimal): -83424 or 2145022. OLE color: 2145022.

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

Color convert

RGB 254 186 32 -
CMYK 0 0.27 0.87 0.00
HSL 41.62º 0.99% 0.56% -
HSV(B) 41.62º 0.87% 1% -
XYZ 58.69 56.29 9.14 -
YUV 188.78 39.53 174.52 -
System Red Green Blue C M Y K H S L
Decimal 254 186 32 0 0.27 0.87 0.00 41.62 0.99 0.56
Hex FE BA 20 0 1B 57 0 2A 63 38
Octal 376 272 40 0 33 127 0 52 143 70
Binary 11111110 10111010 100000 0 11011 1010111 0 101010 1100011 111000

Color Harmonies of #FEBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA20

Black with #FEBA20

Text Example


Text Example

White with #FEBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA20; }

 p { color: rgb(254,186,32); }

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

background-color css

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

 a { background-color: rgb(254,186,32); }

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

border-color css

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

 span { border-color: rgb(254,186,32); }

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