Html Css Color HEX #FF9F48 Sunshade

📋 copy color: '#FF9F48'

red 255 ◦ green 159 ◦ blue 72

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

Shades of Sunshade #FF9F48

Tints of Sunshade #FF9F48

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.72%

 BLUE value IS 72 (28.52% from 255) = 14.81%

R = 52.47%
G = 32.72%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF9F48 (or 0xFF9F48) is known color: Sunshade. HEX triplet: FF, 9F and 48. RGB value is (255,159,72). Sum of RGB (Red+Green+Blue) = 255+159+72=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F48 is #0060B7. Grayscale: #B2B2B2. Windows color (decimal): -24760 or 4759551. OLE color: 4759551.

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

Color convert

RGB 255 159 72 -
CMYK 0 0.38 0.72 0
HSL 28.52º 1% 0.64% -
HSV(B) 28.52º 0.72% 1% -
XYZ 54.81 46.52 12.22 -
YUV 177.79 68.3 183.07 -
System Red Green Blue C M Y K H S L
Decimal 255 159 72 0 0.38 0.72 0 28.52 1 0.64
Hex FF 9F 48 0 26 48 0 1D 64 40
Octal 377 237 110 0 46 110 0 35 144 100
Binary 11111111 10011111 1001000 0 100110 1001000 0 11101 1100100 1000000

Color Harmonies of #FF9F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F48

Black with #FF9F48

Text Example


Text Example

White with #FF9F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F48; }

 p { color: rgb(255,159,72); }

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

background-color css

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

 a { background-color: rgb(255,159,72); }

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

border-color css

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

 span { border-color: rgb(255,159,72); }

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