Html Css Color HEX #FEA541 Yellow Orange

📋 copy color: '#FEA541'

red 254 ◦ green 165 ◦ blue 65

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

Shades of Yellow Orange #FEA541

Tints of Yellow Orange #FEA541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 65 (25.78% from 255) = 13.43%

R = 52.48%
G = 34.09%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEA541 (or 0xFEA541) is known color: Yellow Orange. HEX triplet: FE, A5 and 41. RGB value is (254,165,65). Sum of RGB (Red+Green+Blue) = 254+165+65=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA541 is #015ABE. Grayscale: #B4B4B4. Windows color (decimal): -88767 or 4302334. OLE color: 4302334.

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

Color convert

RGB 254 165 65 -
CMYK 0 0.35 0.74 0.00
HSL 31.75º 0.99% 0.63% -
HSV(B) 31.75º 0.74% 1% -
XYZ 55.28 48.36 11.42 -
YUV 180.21 62.99 180.63 -
System Red Green Blue C M Y K H S L
Decimal 254 165 65 0 0.35 0.74 0.00 31.75 0.99 0.63
Hex FE A5 41 0 23 4A 0 20 63 3F
Octal 376 245 101 0 43 112 0 40 143 77
Binary 11111110 10100101 1000001 0 100011 1001010 0 100000 1100011 111111

Color Harmonies of #FEA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA541

Black with #FEA541

Text Example


Text Example

White with #FEA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA541; }

 p { color: rgb(254,165,65); }

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

background-color css

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

 a { background-color: rgb(254,165,65); }

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

border-color css

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

 span { border-color: rgb(254,165,65); }

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