Html Css Color HEX #FF9D55 Sunshade

📋 copy color: '#FF9D55'

red 255 ◦ green 157 ◦ blue 85

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

Shades of Sunshade #FF9D55

Tints of Sunshade #FF9D55

RGB

 RED value IS 255 (100% from 255) = 51.31%

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 85 (33.59% from 255) = 17.1%

R = 51.31%
G = 31.59%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF9D55 (or 0xFF9D55) is known color: Sunshade. HEX triplet: FF, 9D and 55. RGB value is (255,157,85). Sum of RGB (Red+Green+Blue) = 255+157+85=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9D55 is #0062AA. Grayscale: #B2B2B2. Windows color (decimal): -25259 or 5611007. OLE color: 5611007.

HSL color Cylindrical-coordinate representation of color #FF9D55: hue angle of 25.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF9D55 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 157 85 -
CMYK 0 0.38 0.67 0
HSL 25.41º 1% 0.67% -
HSV(B) 25.41º 0.67% 1% -
XYZ 54.94 46.03 14.58 -
YUV 178.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 255 157 85 0 0.38 0.67 0 25.41 1 0.67
Hex FF 9D 55 0 26 43 0 19 64 43
Octal 377 235 125 0 46 103 0 31 144 103
Binary 11111111 10011101 1010101 0 100110 1000011 0 11001 1100100 1000011

Color Harmonies of #FF9D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9D55

Black with #FF9D55

Text Example


Text Example

White with #FF9D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9D55; }

 p { color: rgb(255,157,85); }

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

background-color css

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

 a { background-color: rgb(255,157,85); }

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

border-color css

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

 span { border-color: rgb(255,157,85); }

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