Html Css Color HEX #F17442 Jaffa

📋 copy color: '#F17442'

red 241 ◦ green 116 ◦ blue 66

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

Shades of Jaffa #F17442

Tints of Jaffa #F17442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 66 (26.17% from 255) = 15.6%

R = 56.97%
G = 27.42%
B = 15.6%

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

#F17442 (or 0xF17442) is known color: Jaffa. HEX triplet: F1, 74 and 42. RGB value is (241,116,66). Sum of RGB (Red+Green+Blue) = 241+116+66=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F17442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17442 is #0E8BBD. Grayscale: #949494. Windows color (decimal): -953278 or 4355313. OLE color: 4355313.

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

Color convert

RGB 241 116 66 -
CMYK 0 0.52 0.73 0.05
HSL 17.14º 0.86% 0.6% -
HSV(B) 17.14º 0.73% 0.95% -
XYZ 43.5 31.58 8.96 -
YUV 147.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 241 116 66 0 0.52 0.73 0.05 17.14 0.86 0.6
Hex F1 74 42 0 34 49 5 11 56 3C
Octal 361 164 102 0 64 111 5 21 126 74
Binary 11110001 1110100 1000010 0 110100 1001001 101 10001 1010110 111100

Color Harmonies of #F17442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17442

Black with #F17442

Text Example


Text Example

White with #F17442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17442; }

 p { color: rgb(241,116,66); }

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

background-color css

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

 a { background-color: rgb(241,116,66); }

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

border-color css

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

 span { border-color: rgb(241,116,66); }

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