Html Css Color HEX #FF9952 Sunshade

📋 copy color: '#FF9952'

red 255 ◦ green 153 ◦ blue 82

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

Shades of Sunshade #FF9952

Tints of Sunshade #FF9952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.73%

R = 52.04%
G = 31.22%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF9952 (or 0xFF9952) is known color: Sunshade. HEX triplet: FF, 99 and 52. RGB value is (255,153,82). Sum of RGB (Red+Green+Blue) = 255+153+82=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9952 is #0066AD. Grayscale: #AFAFAF. Windows color (decimal): -26286 or 5413375. OLE color: 5413375.

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

Color convert

RGB 255 153 82 -
CMYK 0 0.4 0.68 0
HSL 24.62º 1% 0.66% -
HSV(B) 24.62º 0.68% 1% -
XYZ 54.15 44.65 13.75 -
YUV 175.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 255 153 82 0 0.4 0.68 0 24.62 1 0.66
Hex FF 99 52 0 28 44 0 19 64 42
Octal 377 231 122 0 50 104 0 31 144 102
Binary 11111111 10011001 1010010 0 101000 1000100 0 11001 1100100 1000010

Color Harmonies of #FF9952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9952

Black with #FF9952

Text Example


Text Example

White with #FF9952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9952; }

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

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

background-color css

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

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

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

border-color css

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

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

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