Html Css Color HEX #FE994C Sunshade

📋 copy color: '#FE994C'

red 254 ◦ green 153 ◦ blue 76

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

Shades of Sunshade #FE994C

Tints of Sunshade #FE994C

RGB

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

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

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

R = 52.59%
G = 31.68%
B = 15.73%

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

#FE994C (or 0xFE994C) is known color: Sunshade. HEX triplet: FE, 99 and 4C. RGB value is (254,153,76). Sum of RGB (Red+Green+Blue) = 254+153+76=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE994C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE994C is #0166B3. Grayscale: #AEAEAE. Windows color (decimal): -91828 or 5020158. OLE color: 5020158.

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

Color convert

RGB 254 153 76 -
CMYK 0 0.40 0.70 0.00
HSL 25.96º 0.99% 0.65% -
HSV(B) 25.96º 0.7% 1% -
XYZ 53.57 44.38 12.58 -
YUV 174.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 254 153 76 0 0.40 0.70 0.00 25.96 0.99 0.65
Hex FE 99 4C 0 28 46 0 1A 63 41
Octal 376 231 114 0 50 106 0 32 143 101
Binary 11111110 10011001 1001100 0 101000 1000110 0 11010 1100011 1000001

Color Harmonies of #FE994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE994C

Black with #FE994C

Text Example


Text Example

White with #FE994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE994C; }

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

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

background-color css

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

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

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

border-color css

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

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

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