#F07A4A

Color #F07A4A Burnt Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Sienna #F07A4A

Tints of Burnt Sienna #F07A4A

Color information

#F07A4A (or 0xF07A4A) is unknown color: approx Burnt Sienna. HEX triplet: F0, 7A and 4A. RGB value is (240,122,74). Sum of RGB (Red+Green+Blue) = 240+122+74=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A4A is #0F85B5. Grayscale: #989898. Windows color (decimal): -1017270 or 4881136. OLE color: 4881136.

HSL color Cylindrical-coordinate representation of color #F07A4A: hue angle of 17.35º 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 #F07A4A is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB24012274-
CMYK00.490.690.06
HSL17.35º84.69%61.57%-
HSV(B)17.35º69.17%94.12%-
XYZ44.1332.9410.51-
YUV151.8184.09190.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.05%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 74 (29.30% from 255) = 16.97%
R=55.05%
G=27.98%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401227400.490.690.0617.3584.6961.57
HexF07A4A03145611553e
Octal36017211206110562112576
Binary111100001111010100101001100011000101110100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07A4A; }

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

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

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

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

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

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

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

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