Html Css Color HEX #FF9950 Sunshade

📋 copy color: '#FF9950'

red 255 ◦ green 153 ◦ blue 80

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

Shades of Sunshade #FF9950

Tints of Sunshade #FF9950

RGB

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

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

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

R = 52.25%
G = 31.35%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF9950 (or 0xFF9950) is known color: Sunshade. HEX triplet: FF, 99 and 50. RGB value is (255,153,80). Sum of RGB (Red+Green+Blue) = 255+153+80=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9950 is #0066AF. Grayscale: #AFAFAF. Windows color (decimal): -26288 or 5282303. OLE color: 5282303.

HSL color Cylindrical-coordinate representation of color #FF9950: hue angle of 25.03º 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 #FF9950 is Cyan = 0, Magento = 0.4, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 80 -
CMYK 0 0.4 0.69 0
HSL 25.03º 1% 0.66% -
HSV(B) 25.03º 0.69% 1% -
XYZ 54.08 44.62 13.35 -
YUV 175.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 255 153 80 0 0.4 0.69 0 25.03 1 0.66
Hex FF 99 50 0 28 45 0 19 64 42
Octal 377 231 120 0 50 105 0 31 144 102
Binary 11111111 10011001 1010000 0 101000 1000101 0 11001 1100100 1000010

Color Harmonies of #FF9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9950

Black with #FF9950

Text Example


Text Example

White with #FF9950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9950; }

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

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

background-color css

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

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

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

border-color css

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

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

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