Html Css Color HEX #F17742 Jaffa

📋 copy color: '#F17742'

red 241 ◦ green 119 ◦ blue 66

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

Shades of Jaffa #F17742

Tints of Jaffa #F17742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

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

R = 56.57%
G = 27.93%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F17742 (or 0xF17742) is known color: Jaffa. HEX triplet: F1, 77 and 42. RGB value is (241,119,66). Sum of RGB (Red+Green+Blue) = 241+119+66=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F17742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17742 is #0E88BD. Grayscale: #959595. Windows color (decimal): -952510 or 4356081. OLE color: 4356081.

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

Color convert

RGB 241 119 66 -
CMYK 0 0.51 0.73 0.05
HSL 18.17º 0.86% 0.6% -
HSV(B) 18.17º 0.73% 0.95% -
XYZ 43.86 32.29 9.07 -
YUV 149.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 241 119 66 0 0.51 0.73 0.05 18.17 0.86 0.6
Hex F1 77 42 0 33 49 5 12 56 3C
Octal 361 167 102 0 63 111 5 22 126 74
Binary 11110001 1110111 1000010 0 110011 1001001 101 10010 1010110 111100

Color Harmonies of #F17742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17742

Black with #F17742

Text Example


Text Example

White with #F17742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17742; }

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

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

background-color css

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

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

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

border-color css

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

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

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