Html Css Color HEX #F17842 Jaffa

📋 copy color: '#F17842'

red 241 ◦ green 120 ◦ blue 66

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

Shades of Jaffa #F17842

Tints of Jaffa #F17842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 56.44%
G = 28.1%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F17842 (or 0xF17842) is known color: Jaffa. HEX triplet: F1, 78 and 42. RGB value is (241,120,66). Sum of RGB (Red+Green+Blue) = 241+120+66=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F17842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17842 is #0E87BD. Grayscale: #969696. Windows color (decimal): -952254 or 4356337. OLE color: 4356337.

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

Color convert

RGB 241 120 66 -
CMYK 0 0.50 0.73 0.05
HSL 18.51º 0.86% 0.6% -
HSV(B) 18.51º 0.73% 0.95% -
XYZ 43.98 32.53 9.11 -
YUV 150.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 241 120 66 0 0.50 0.73 0.05 18.51 0.86 0.6
Hex F1 78 42 0 32 49 5 13 56 3C
Octal 361 170 102 0 62 111 5 23 126 74
Binary 11110001 1111000 1000010 0 110010 1001001 101 10011 1010110 111100

Color Harmonies of #F17842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17842

Black with #F17842

Text Example


Text Example

White with #F17842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17842; }

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

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

background-color css

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

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

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

border-color css

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

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

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