Html Css Color HEX #FEA03F Sunshade

📋 copy color: '#FEA03F'

red 254 ◦ green 160 ◦ blue 63

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

Shades of Sunshade #FEA03F

Tints of Sunshade #FEA03F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.54%

 BLUE value IS 63 (25% from 255) = 13.21%

R = 53.25%
G = 33.54%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEA03F (or 0xFEA03F) is known color: Sunshade. HEX triplet: FE, A0 and 3F. RGB value is (254,160,63). Sum of RGB (Red+Green+Blue) = 254+160+63=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA03F is #015FC0. Grayscale: #B1B1B1. Windows color (decimal): -90049 or 4169982. OLE color: 4169982.

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

Color convert

RGB 254 160 63 -
CMYK 0 0.37 0.75 0.00
HSL 30.47º 0.99% 0.62% -
HSV(B) 30.47º 0.75% 1% -
XYZ 54.34 46.57 10.83 -
YUV 177.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 254 160 63 0 0.37 0.75 0.00 30.47 0.99 0.62
Hex FE A0 3F 0 25 4B 0 1E 63 3E
Octal 376 240 77 0 45 113 0 36 143 76
Binary 11111110 10100000 111111 0 100101 1001011 0 11110 1100011 111110

Color Harmonies of #FEA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA03F

Black with #FEA03F

Text Example


Text Example

White with #FEA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA03F; }

 p { color: rgb(254,160,63); }

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

background-color css

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

 a { background-color: rgb(254,160,63); }

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

border-color css

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

 span { border-color: rgb(254,160,63); }

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