Html Css Color HEX #FF9F42 Sunshade

📋 copy color: '#FF9F42'

red 255 ◦ green 159 ◦ blue 66

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

Shades of Sunshade #FF9F42

Tints of Sunshade #FF9F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.75%

R = 53.13%
G = 33.13%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF9F42 (or 0xFF9F42) is known color: Sunshade. HEX triplet: FF, 9F and 42. RGB value is (255,159,66). Sum of RGB (Red+Green+Blue) = 255+159+66=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F42 is #0060BD. Grayscale: #B1B1B1. Windows color (decimal): -24766 or 4366335. OLE color: 4366335.

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

Color convert

RGB 255 159 66 -
CMYK 0 0.38 0.74 0
HSL 29.52º 1% 0.63% -
HSV(B) 29.52º 0.74% 1% -
XYZ 54.62 46.45 11.24 -
YUV 177.1 65.3 183.56 -
System Red Green Blue C M Y K H S L
Decimal 255 159 66 0 0.38 0.74 0 29.52 1 0.63
Hex FF 9F 42 0 26 4A 0 1E 64 3F
Octal 377 237 102 0 46 112 0 36 144 77
Binary 11111111 10011111 1000010 0 100110 1001010 0 11110 1100100 111111

Color Harmonies of #FF9F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F42

Black with #FF9F42

Text Example


Text Example

White with #FF9F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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