Html Css Color HEX #FE9542 Sunshade

📋 copy color: '#FE9542'

red 254 ◦ green 149 ◦ blue 66

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

Shades of Sunshade #FE9542

Tints of Sunshade #FE9542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

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

R = 54.16%
G = 31.77%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE9542 (or 0xFE9542) is known color: Sunshade. HEX triplet: FE, 95 and 42. RGB value is (254,149,66). Sum of RGB (Red+Green+Blue) = 254+149+66=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9542 is #016ABD. Grayscale: #ABABAB. Windows color (decimal): -92862 or 4363774. OLE color: 4363774.

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

Color convert

RGB 254 149 66 -
CMYK 0 0.41 0.74 0.00
HSL 26.49º 0.99% 0.63% -
HSV(B) 26.49º 0.74% 1% -
XYZ 52.6 42.96 10.67 -
YUV 170.93 68.79 187.25 -
System Red Green Blue C M Y K H S L
Decimal 254 149 66 0 0.41 0.74 0.00 26.49 0.99 0.63
Hex FE 95 42 0 29 4A 0 1A 63 3F
Octal 376 225 102 0 51 112 0 32 143 77
Binary 11111110 10010101 1000010 0 101001 1001010 0 11010 1100011 111111

Color Harmonies of #FE9542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9542

Black with #FE9542

Text Example


Text Example

White with #FE9542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9542; }

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

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

background-color css

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

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

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

border-color css

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

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

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