Html Css Color HEX #F07540 Jaffa

📋 copy color: '#F07540'

red 240 ◦ green 117 ◦ blue 64

#F07540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #F07540

Tints of Jaffa #F07540

RGB

 RED value IS 240 (94.14% from 255) = 57.01%

 GREEN value IS 117 (46.09% from 255) = 27.79%

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 57.01%
G = 27.79%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07540 (or 0xF07540) is known color: Jaffa. HEX triplet: F0, 75 and 40. RGB value is (240,117,64). Sum of RGB (Red+Green+Blue) = 240+117+64=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F07540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07540 is #0F8ABF. Grayscale: #949494. Windows color (decimal): -1018560 or 4224496. OLE color: 4224496.

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

Color convert

RGB 240 117 64 -
CMYK 0 0.51 0.73 0.06
HSL 18.07º 0.85% 0.6% -
HSV(B) 18.07º 0.73% 0.94% -
XYZ 43.22 31.62 8.68 -
YUV 147.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 240 117 64 0 0.51 0.73 0.06 18.07 0.85 0.6
Hex F0 75 40 0 33 49 6 12 55 3C
Octal 360 165 100 0 63 111 6 22 125 74
Binary 11110000 1110101 1000000 0 110011 1001001 110 10010 1010101 111100

Color Harmonies of #F07540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07540

Black with #F07540

Text Example


Text Example

White with #F07540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07540; }

 p { color: rgb(240,117,64); }

 H1.HeaderClassName
 {
   color: #F07540;
 }
 .AnyTagClassName
 {
   color: #F07540;
 }
</style>

background-color css

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

 a { background-color: rgb(240,117,64); }

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

border-color css

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

 span { border-color: rgb(240,117,64); }

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