#F24B3D

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

Shades of Sunset Orange #F24B3D

Tints of Sunset Orange #F24B3D

Color information

#F24B3D (or 0xF24B3D) is unknown color: approx Sunset Orange. HEX triplet: F2, 4B and 3D. RGB value is (242,75,61). Sum of RGB (Red+Green+Blue) = 242+75+61=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24B3D is #0DB4C2. Grayscale: #7B7B7B. Windows color (decimal): -898243 or 4017138. OLE color: 4017138.

HSL color Cylindrical-coordinate representation of color #F24B3D: hue angle of 4.64º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F24B3D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB2427561-
CMYK00.690.750.05
HSL4.64º87.44%59.41%-
HSV(B)4.64º74.79%94.9%-
XYZ39.9824.256.99-
YUV123.3492.83212.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.02%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=64.02%
G=19.84%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242756100.690.750.054.6487.4459.41
HexF24B3D0454B55573b
Octal3621137501051135512773
Binary1111001010010111111010100010110010111011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24B3D; }

 p { color: rgb(242,75,61); }

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

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

 a { background-color: rgb(242,75,61); }

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

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

 span { border-color: rgb(242,75,61); }

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