Html Css Color HEX #F17845 Jaffa

📋 copy color: '#F17845'

red 241 ◦ green 120 ◦ blue 69

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

Shades of Jaffa #F17845

Tints of Jaffa #F17845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.05%

R = 56.05%
G = 27.91%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F17845 (or 0xF17845) is known color: Jaffa. HEX triplet: F1, 78 and 45. RGB value is (241,120,69). Sum of RGB (Red+Green+Blue) = 241+120+69=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F17845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17845 is #0E87BA. Grayscale: #969696. Windows color (decimal): -952251 or 4552945. OLE color: 4552945.

HSL color Cylindrical-coordinate representation of color #F17845: hue angle of 17.79º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F17845 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 120 69 -
CMYK 0 0.50 0.71 0.05
HSL 17.79º 0.86% 0.61% -
HSV(B) 17.79º 0.71% 0.95% -
XYZ 44.07 32.56 9.59 -
YUV 150.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 241 120 69 0 0.50 0.71 0.05 17.79 0.86 0.61
Hex F1 78 45 0 32 47 5 12 56 3D
Octal 361 170 105 0 62 107 5 22 126 75
Binary 11110001 1111000 1000101 0 110010 1000111 101 10010 1010110 111101

Color Harmonies of #F17845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17845

Black with #F17845

Text Example


Text Example

White with #F17845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17845; }

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

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

background-color css

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

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

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

border-color css

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

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

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