Html Css Color HEX #F17141 Jaffa

📋 copy color: '#F17141'

red 241 ◦ green 113 ◦ blue 65

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

Shades of Jaffa #F17141

Tints of Jaffa #F17141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

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

R = 57.52%
G = 26.97%
B = 15.51%

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

#F17141 (or 0xF17141) is known color: Jaffa. HEX triplet: F1, 71 and 41. RGB value is (241,113,65). Sum of RGB (Red+Green+Blue) = 241+113+65=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F17141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17141 is #0E8EBE. Grayscale: #929292. Windows color (decimal): -954047 or 4289009. OLE color: 4289009.

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

Color convert

RGB 241 113 65 -
CMYK 0 0.53 0.73 0.05
HSL 16.36º 0.86% 0.6% -
HSV(B) 16.36º 0.73% 0.95% -
XYZ 43.13 30.89 8.69 -
YUV 145.8 82.41 195.9 -
System Red Green Blue C M Y K H S L
Decimal 241 113 65 0 0.53 0.73 0.05 16.36 0.86 0.6
Hex F1 71 41 0 35 49 5 10 56 3C
Octal 361 161 101 0 65 111 5 20 126 74
Binary 11110001 1110001 1000001 0 110101 1001001 101 10000 1010110 111100

Color Harmonies of #F17141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17141

Black with #F17141

Text Example


Text Example

White with #F17141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17141; }

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

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

background-color css

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

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

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

border-color css

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

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

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