Html Css Color HEX #F47742 Jaffa

📋 copy color: '#F47742'

red 244 ◦ green 119 ◦ blue 66

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

Shades of Jaffa #F47742

Tints of Jaffa #F47742

RGB

 RED value IS 244 (95.7% from 255) = 56.88%

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

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

R = 56.88%
G = 27.74%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F47742 (or 0xF47742) is known color: Jaffa. HEX triplet: F4, 77 and 42. RGB value is (244,119,66). Sum of RGB (Red+Green+Blue) = 244+119+66=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F47742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47742 is #0B88BD. Grayscale: #969696. Windows color (decimal): -755902 or 4356084. OLE color: 4356084.

HSL color Cylindrical-coordinate representation of color #F47742: hue angle of 17.87º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F47742 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 119 66 -
CMYK 0 0.51 0.73 0.04
HSL 17.87º 0.89% 0.61% -
HSV(B) 17.87º 0.73% 0.96% -
XYZ 44.89 32.82 9.12 -
YUV 150.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 244 119 66 0 0.51 0.73 0.04 17.87 0.89 0.61
Hex F4 77 42 0 33 49 4 12 59 3D
Octal 364 167 102 0 63 111 4 22 131 75
Binary 11110100 1110111 1000010 0 110011 1001001 100 10010 1011001 111101

Color Harmonies of #F47742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47742

Black with #F47742

Text Example


Text Example

White with #F47742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47742; }

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

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

background-color css

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

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

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

border-color css

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

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

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