Html Css Color HEX #FF9550 Sunshade

📋 copy color: '#FF9550'

red 255 ◦ green 149 ◦ blue 80

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

Shades of Sunshade #FF9550

Tints of Sunshade #FF9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

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

R = 52.69%
G = 30.79%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF9550 (or 0xFF9550) is known color: Sunshade. HEX triplet: FF, 95 and 50. RGB value is (255,149,80). Sum of RGB (Red+Green+Blue) = 255+149+80=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9550 is #006AAF. Grayscale: #ADADAD. Windows color (decimal): -27312 or 5281279. OLE color: 5281279.

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

Color convert

RGB 255 149 80 -
CMYK 0 0.42 0.69 0
HSL 23.66º 1% 0.66% -
HSV(B) 23.66º 0.69% 1% -
XYZ 53.44 43.33 13.14 -
YUV 172.83 75.62 186.61 -
System Red Green Blue C M Y K H S L
Decimal 255 149 80 0 0.42 0.69 0 23.66 1 0.66
Hex FF 95 50 0 2A 45 0 18 64 42
Octal 377 225 120 0 52 105 0 30 144 102
Binary 11111111 10010101 1010000 0 101010 1000101 0 11000 1100100 1000010

Color Harmonies of #FF9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9550

Black with #FF9550

Text Example


Text Example

White with #FF9550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9550; }

 p { color: rgb(255,149,80); }

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

background-color css

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

 a { background-color: rgb(255,149,80); }

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

border-color css

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

 span { border-color: rgb(255,149,80); }

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