#F35342

Color #F35342 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #F35342

Tints of Sunset Orange #F35342

Color information

#F35342 (or 0xF35342) is unknown color: approx Sunset Orange. HEX triplet: F3, 53 and 42. RGB value is (243,83,66). Sum of RGB (Red+Green+Blue) = 243+83+66=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F35342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35342 is #0CACBD. Grayscale: #818181. Windows color (decimal): -830654 or 4346867. OLE color: 4346867.

HSL color Cylindrical-coordinate representation of color #F35342: hue angle of 5.76º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F35342 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB2438366-
CMYK00.660.730.05
HSL5.76º88.06%60.59%-
HSV(B)5.76º72.84%95.29%-
XYZ41.0425.637.94-
YUV128.992.51209.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.99%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=61.99%
G=21.17%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243836600.660.730.055.7688.0660.59
HexF353420424956583d
Octal36312310201021115613075
Binary11110011101001110000100100001010010011011101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35342; }

 p { color: rgb(243,83,66); }

 H1.HeaderClassName
 {
   color: #F35342;
 }
 .AnyTagClassName
 {
   color: #F35342;
 }
</style>
background-color css

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

 a { background-color: rgb(243,83,66); }

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

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

 span { border-color: rgb(243,83,66); }

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