#F0723F

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

Shades of Jaffa #F0723F

Tints of Jaffa #F0723F

Color information

#F0723F (or 0xF0723F) is unknown color: approx Jaffa. HEX triplet: F0, 72 and 3F. RGB value is (240,114,63). Sum of RGB (Red+Green+Blue) = 240+114+63=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0723F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0723F is #0F8DC0. Grayscale: #929292. Windows color (decimal): -1019329 or 4158192. OLE color: 4158192.

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

Color convert

RGB24011463-
CMYK00.520.740.06
HSL17.29º85.51%59.41%-
HSV(B)17.29º73.75%94.12%-
XYZ42.8530.928.41-
YUV145.8681.24195.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.55%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 63 (25% from 255) = 15.11%
R=57.55%
G=27.34%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401146300.520.740.0617.2985.5159.41
HexF0723F0344A611563b
Octal3601627706411262112673
Binary11110000111001011111101101001001010110100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0723F; }

 p { color: rgb(240,114,63); }

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

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

 a { background-color: rgb(240,114,63); }

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

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

 span { border-color: rgb(240,114,63); }

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