Html Css Color HEX #F17341 Jaffa

📋 copy color: '#F17341'

red 241 ◦ green 115 ◦ blue 65

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

Shades of Jaffa #F17341

Tints of Jaffa #F17341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

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

R = 57.24%
G = 27.32%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F17341 (or 0xF17341) is known color: Jaffa. HEX triplet: F1, 73 and 41. RGB value is (241,115,65). Sum of RGB (Red+Green+Blue) = 241+115+65=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F17341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17341 is #0E8CBE. Grayscale: #939393. Windows color (decimal): -953535 or 4289521. OLE color: 4289521.

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

Color convert

RGB 241 115 65 -
CMYK 0 0.52 0.73 0.05
HSL 17.05º 0.86% 0.6% -
HSV(B) 17.05º 0.73% 0.95% -
XYZ 43.36 31.34 8.77 -
YUV 146.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 241 115 65 0 0.52 0.73 0.05 17.05 0.86 0.6
Hex F1 73 41 0 34 49 5 11 56 3C
Octal 361 163 101 0 64 111 5 21 126 74
Binary 11110001 1110011 1000001 0 110100 1001001 101 10001 1010110 111100

Color Harmonies of #F17341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17341

Black with #F17341

Text Example


Text Example

White with #F17341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17341; }

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

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

background-color css

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

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

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

border-color css

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

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

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