Html Css Color HEX #FE954C Sunshade

📋 copy color: '#FE954C'

red 254 ◦ green 149 ◦ blue 76

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

Shades of Sunshade #FE954C

Tints of Sunshade #FE954C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 53.03%
G = 31.11%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE954C (or 0xFE954C) is known color: Sunshade. HEX triplet: FE, 95 and 4C. RGB value is (254,149,76). Sum of RGB (Red+Green+Blue) = 254+149+76=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE954C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE954C is #016AB3. Grayscale: #ACACAC. Windows color (decimal): -92852 or 5019134. OLE color: 5019134.

HSL color Cylindrical-coordinate representation of color #FE954C: hue angle of 24.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE954C is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 149 76 -
CMYK 0 0.41 0.70 0.00
HSL 24.61º 0.99% 0.65% -
HSV(B) 24.61º 0.7% 1% -
XYZ 52.93 43.09 12.36 -
YUV 172.07 73.79 186.44 -
System Red Green Blue C M Y K H S L
Decimal 254 149 76 0 0.41 0.70 0.00 24.61 0.99 0.65
Hex FE 95 4C 0 29 46 0 19 63 41
Octal 376 225 114 0 51 106 0 31 143 101
Binary 11111110 10010101 1001100 0 101001 1000110 0 11001 1100011 1000001

Color Harmonies of #FE954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE954C

Black with #FE954C

Text Example


Text Example

White with #FE954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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