Html Css Color HEX #FE9950 Sunshade

📋 copy color: '#FE9950'

red 254 ◦ green 153 ◦ blue 80

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

Shades of Sunshade #FE9950

Tints of Sunshade #FE9950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.43%

R = 52.16%
G = 31.42%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE9950 (or 0xFE9950) is known color: Sunshade. HEX triplet: FE, 99 and 50. RGB value is (254,153,80). Sum of RGB (Red+Green+Blue) = 254+153+80=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9950 is #0166AF. Grayscale: #AFAFAF. Windows color (decimal): -91824 or 5282302. OLE color: 5282302.

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

Color convert

RGB 254 153 80 -
CMYK 0 0.40 0.69 0.00
HSL 25.17º 0.99% 0.65% -
HSV(B) 25.17º 0.69% 1% -
XYZ 53.71 44.43 13.33 -
YUV 174.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 254 153 80 0 0.40 0.69 0.00 25.17 0.99 0.65
Hex FE 99 50 0 28 45 0 19 63 41
Octal 376 231 120 0 50 105 0 31 143 101
Binary 11111110 10011001 1010000 0 101000 1000101 0 11001 1100011 1000001

Color Harmonies of #FE9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9950

Black with #FE9950

Text Example


Text Example

White with #FE9950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9950; }

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

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

background-color css

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

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

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

border-color css

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

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

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