Html Css Color HEX #F17542 Jaffa

📋 copy color: '#F17542'

red 241 ◦ green 117 ◦ blue 66

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

Shades of Jaffa #F17542

Tints of Jaffa #F17542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

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

R = 56.84%
G = 27.59%
B = 15.57%

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

#F17542 (or 0xF17542) is known color: Jaffa. HEX triplet: F1, 75 and 42. RGB value is (241,117,66). Sum of RGB (Red+Green+Blue) = 241+117+66=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F17542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17542 is #0E8ABD. Grayscale: #949494. Windows color (decimal): -953022 or 4355569. OLE color: 4355569.

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

Color convert

RGB 241 117 66 -
CMYK 0 0.51 0.73 0.05
HSL 17.49º 0.86% 0.6% -
HSV(B) 17.49º 0.73% 0.95% -
XYZ 43.62 31.82 9 -
YUV 148.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 241 117 66 0 0.51 0.73 0.05 17.49 0.86 0.6
Hex F1 75 42 0 33 49 5 11 56 3C
Octal 361 165 102 0 63 111 5 21 126 74
Binary 11110001 1110101 1000010 0 110011 1001001 101 10001 1010110 111100

Color Harmonies of #F17542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17542

Black with #F17542

Text Example


Text Example

White with #F17542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17542; }

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

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

background-color css

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

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

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

border-color css

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

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

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