Html Css Color HEX #FE9D42 Sunshade

📋 copy color: '#FE9D42'

red 254 ◦ green 157 ◦ blue 66

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

Shades of Sunshade #FE9D42

Tints of Sunshade #FE9D42

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

 BLUE value IS 66 (26.17% from 255) = 13.84%

R = 53.25%
G = 32.91%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE9D42 (or 0xFE9D42) is known color: Sunshade. HEX triplet: FE, 9D and 42. RGB value is (254,157,66). Sum of RGB (Red+Green+Blue) = 254+157+66=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9D42 is #0162BD. Grayscale: #B0B0B0. Windows color (decimal): -90814 or 4365822. OLE color: 4365822.

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

Color convert

RGB 254 157 66 -
CMYK 0 0.38 0.74 0.00
HSL 29.04º 0.99% 0.63% -
HSV(B) 29.04º 0.74% 1% -
XYZ 53.91 45.58 11.11 -
YUV 175.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 254 157 66 0 0.38 0.74 0.00 29.04 0.99 0.63
Hex FE 9D 42 0 26 4A 0 1D 63 3F
Octal 376 235 102 0 46 112 0 35 143 77
Binary 11111110 10011101 1000010 0 100110 1001010 0 11101 1100011 111111

Color Harmonies of #FE9D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9D42

Black with #FE9D42

Text Example


Text Example

White with #FE9D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9D42; }

 p { color: rgb(254,157,66); }

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

background-color css

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

 a { background-color: rgb(254,157,66); }

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

border-color css

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

 span { border-color: rgb(254,157,66); }

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