Html Css Color HEX #F17240 Jaffa

📋 copy color: '#F17240'

red 241 ◦ green 114 ◦ blue 64

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

Shades of Jaffa #F17240

Tints of Jaffa #F17240

RGB

 RED value IS 241 (94.53% from 255) = 57.52%

 GREEN value IS 114 (44.92% from 255) = 27.21%

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

R = 57.52%
G = 27.21%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F17240 (or 0xF17240) is known color: Jaffa. HEX triplet: F1, 72 and 40. RGB value is (241,114,64). Sum of RGB (Red+Green+Blue) = 241+114+64=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F17240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17240 is #0E8DBF. Grayscale: #929292. Windows color (decimal): -953792 or 4223729. OLE color: 4223729.

HSL color Cylindrical-coordinate representation of color #F17240: hue angle of 16.95º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F17240 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 114 64 -
CMYK 0 0.53 0.73 0.05
HSL 16.95º 0.86% 0.6% -
HSV(B) 16.95º 0.73% 0.95% -
XYZ 43.22 31.11 8.58 -
YUV 146.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 241 114 64 0 0.53 0.73 0.05 16.95 0.86 0.6
Hex F1 72 40 0 35 49 5 11 56 3C
Octal 361 162 100 0 65 111 5 21 126 74
Binary 11110001 1110010 1000000 0 110101 1001001 101 10001 1010110 111100

Color Harmonies of #F17240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17240

Black with #F17240

Text Example


Text Example

White with #F17240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17240; }

 p { color: rgb(241,114,64); }

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

background-color css

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

 a { background-color: rgb(241,114,64); }

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

border-color css

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

 span { border-color: rgb(241,114,64); }

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