#F04B4A

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

Shades of Sunset Orange #F04B4A

Tints of Sunset Orange #F04B4A

Color information

#F04B4A (or 0xF04B4A) is unknown color: approx Sunset Orange. HEX triplet: F0, 4B and 4A. RGB value is (240,75,74). Sum of RGB (Red+Green+Blue) = 240+75+74=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04B4A is #0FB4B5. Grayscale: #7C7C7C. Windows color (decimal): -1029302 or 4869104. OLE color: 4869104.

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

Color convert

RGB2407574-
CMYK00.690.690.06
HSL0.36º84.69%61.57%-
HSV(B)0.36º69.17%94.12%-
XYZ39.6924.059.03-
YUV124.2299.66210.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.70%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 74 (29.30% from 255) = 19.02%
R=61.70%
G=19.28%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240757400.690.690.060.3684.6961.57
HexF04B4A0454560553e
Octal36011311201051056012576
Binary111100001001011100101001000101100010111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04B4A; }

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

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

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

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

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

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

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

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