Html Css Color HEX #F17241 Jaffa

📋 copy color: '#F17241'

red 241 ◦ green 114 ◦ blue 65

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

Shades of Jaffa #F17241

Tints of Jaffa #F17241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.48%

R = 57.38%
G = 27.14%
B = 15.48%

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

#F17241 (or 0xF17241) is known color: Jaffa. HEX triplet: F1, 72 and 41. RGB value is (241,114,65). Sum of RGB (Red+Green+Blue) = 241+114+65=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F17241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17241 is #0E8DBE. Grayscale: #929292. Windows color (decimal): -953791 or 4289265. OLE color: 4289265.

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

Color convert

RGB 241 114 65 -
CMYK 0 0.53 0.73 0.05
HSL 16.7º 0.86% 0.6% -
HSV(B) 16.7º 0.73% 0.95% -
XYZ 43.25 31.12 8.73 -
YUV 146.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 241 114 65 0 0.53 0.73 0.05 16.7 0.86 0.6
Hex F1 72 41 0 35 49 5 11 56 3C
Octal 361 162 101 0 65 111 5 21 126 74
Binary 11110001 1110010 1000001 0 110101 1001001 101 10001 1010110 111100

Color Harmonies of #F17241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17241

Black with #F17241

Text Example


Text Example

White with #F17241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17241; }

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

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

background-color css

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

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

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

border-color css

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

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

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