#F04B3D

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

Shades of Sunset Orange #F04B3D

Tints of Sunset Orange #F04B3D

Color information

#F04B3D (or 0xF04B3D) is unknown color: approx Sunset Orange. HEX triplet: F0, 4B and 3D. RGB value is (240,75,61). Sum of RGB (Red+Green+Blue) = 240+75+61=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04B3D is #0FB4C2. Grayscale: #7A7A7A. Windows color (decimal): -1029315 or 4017136. OLE color: 4017136.

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

Color convert

RGB2407561-
CMYK00.690.750.06
HSL4.69º85.65%59.02%-
HSV(B)4.69º74.58%94.12%-
XYZ39.2923.896.96-
YUV122.7493.16211.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.83%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 61 (24.22% from 255) = 16.22%
R=63.83%
G=19.95%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240756100.690.750.064.6985.6559.02
HexF04B3D0454B65563b
Octal3601137501051136512673
Binary1111000010010111111010100010110010111101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04B3D; }

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

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

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

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

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

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

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

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