Html Css Color HEX #FD9450 Sunshade

📋 copy color: '#FD9450'

red 253 ◦ green 148 ◦ blue 80

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

Shades of Sunshade #FD9450

Tints of Sunshade #FD9450

RGB

 RED value IS 253 (99.22% from 255) = 52.6%

 GREEN value IS 148 (58.2% from 255) = 30.77%

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

R = 52.6%
G = 30.77%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD9450 (or 0xFD9450) is known color: Sunshade. HEX triplet: FD, 94 and 50. RGB value is (253,148,80). Sum of RGB (Red+Green+Blue) = 253+148+80=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9450 is #026BAF. Grayscale: #ACACAC. Windows color (decimal): -158640 or 5281021. OLE color: 5281021.

HSL color Cylindrical-coordinate representation of color #FD9450: hue angle of 23.58º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD9450 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 148 80 -
CMYK 0 0.42 0.68 0.01
HSL 23.58º 0.98% 0.65% -
HSV(B) 23.58º 0.68% 0.99% -
XYZ 52.55 42.64 13.05 -
YUV 171.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 253 148 80 0 0.42 0.68 0.01 23.58 0.98 0.65
Hex FD 94 50 0 2A 44 1 18 62 41
Octal 375 224 120 0 52 104 1 30 142 101
Binary 11111101 10010100 1010000 0 101010 1000100 1 11000 1100010 1000001

Color Harmonies of #FD9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9450

Black with #FD9450

Text Example


Text Example

White with #FD9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9450; }

 p { color: rgb(253,148,80); }

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

background-color css

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

 a { background-color: rgb(253,148,80); }

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

border-color css

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

 span { border-color: rgb(253,148,80); }

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