Html Css Color HEX #F0703F Jaffa

📋 copy color: '#F0703F'

red 240 ◦ green 112 ◦ blue 63

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

Shades of Jaffa #F0703F

Tints of Jaffa #F0703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

 BLUE value IS 63 (25% from 255) = 15.18%

R = 57.83%
G = 26.99%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0703F (or 0xF0703F) is known color: Jaffa. HEX triplet: F0, 70 and 3F. RGB value is (240,112,63). Sum of RGB (Red+Green+Blue) = 240+112+63=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0703F is #0F8FC0. Grayscale: #919191. Windows color (decimal): -1019841 or 4157680. OLE color: 4157680.

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

Color convert

RGB 240 112 63 -
CMYK 0 0.53 0.74 0.06
HSL 16.61º 0.86% 0.59% -
HSV(B) 16.61º 0.74% 0.94% -
XYZ 42.63 30.47 8.34 -
YUV 144.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 240 112 63 0 0.53 0.74 0.06 16.61 0.86 0.59
Hex F0 70 3F 0 35 4A 6 11 56 3B
Octal 360 160 77 0 65 112 6 21 126 73
Binary 11110000 1110000 111111 0 110101 1001010 110 10001 1010110 111011

Color Harmonies of #F0703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0703F

Black with #F0703F

Text Example


Text Example

White with #F0703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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