Html Css Color HEX #FEBA1A Moon Yellow

📋 copy color: '#FEBA1A'

red 254 ◦ green 186 ◦ blue 26

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

Shades of Moon Yellow #FEBA1A

Tints of Moon Yellow #FEBA1A

RGB

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

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

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

R = 54.51%
G = 39.91%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEBA1A (or 0xFEBA1A) is known color: Moon Yellow. HEX triplet: FE, BA and 1A. RGB value is (254,186,26). Sum of RGB (Red+Green+Blue) = 254+186+26=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA1A is #0145E5. Grayscale: #BCBCBC. Windows color (decimal): -83430 or 1751806. OLE color: 1751806.

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

Color convert

RGB 254 186 26 -
CMYK 0 0.27 0.90 0.00
HSL 42.11º 0.99% 0.55% -
HSV(B) 42.11º 0.9% 1% -
XYZ 58.62 56.26 8.75 -
YUV 188.09 36.53 175.01 -
System Red Green Blue C M Y K H S L
Decimal 254 186 26 0 0.27 0.90 0.00 42.11 0.99 0.55
Hex FE BA 1A 0 1B 5A 0 2A 63 37
Octal 376 272 32 0 33 132 0 52 143 67
Binary 11111110 10111010 11010 0 11011 1011010 0 101010 1100011 110111

Color Harmonies of #FEBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA1A

Black with #FEBA1A

Text Example


Text Example

White with #FEBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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