Html Css Color HEX #FE994D Sunshade

📋 copy color: '#FE994D'

red 254 ◦ green 153 ◦ blue 77

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

Shades of Sunshade #FE994D

Tints of Sunshade #FE994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.61%

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 52.48%
G = 31.61%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE994D (or 0xFE994D) is known color: Sunshade. HEX triplet: FE, 99 and 4D. RGB value is (254,153,77). Sum of RGB (Red+Green+Blue) = 254+153+77=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE994D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE994D is #0166B2. Grayscale: #AEAEAE. Windows color (decimal): -91827 or 5085694. OLE color: 5085694.

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

Color convert

RGB 254 153 77 -
CMYK 0 0.40 0.70 0.00
HSL 25.76º 0.99% 0.65% -
HSV(B) 25.76º 0.7% 1% -
XYZ 53.6 44.39 12.76 -
YUV 174.54 72.96 184.68 -
System Red Green Blue C M Y K H S L
Decimal 254 153 77 0 0.40 0.70 0.00 25.76 0.99 0.65
Hex FE 99 4D 0 28 46 0 1A 63 41
Octal 376 231 115 0 50 106 0 32 143 101
Binary 11111110 10011001 1001101 0 101000 1000110 0 11010 1100011 1000001

Color Harmonies of #FE994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE994D

Black with #FE994D

Text Example


Text Example

White with #FE994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE994D; }

 p { color: rgb(254,153,77); }

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

background-color css

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

 a { background-color: rgb(254,153,77); }

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

border-color css

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

 span { border-color: rgb(254,153,77); }

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