Html Css Color HEX #F07A46 Jaffa

📋 copy color: '#F07A46'

red 240 ◦ green 122 ◦ blue 70

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

Shades of Jaffa #F07A46

Tints of Jaffa #F07A46

RGB

 RED value IS 240 (94.14% from 255) = 55.56%

 GREEN value IS 122 (48.05% from 255) = 28.24%

 BLUE value IS 70 (27.73% from 255) = 16.2%

R = 55.56%
G = 28.24%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F07A46 (or 0xF07A46) is known color: Jaffa. HEX triplet: F0, 7A and 46. RGB value is (240,122,70). Sum of RGB (Red+Green+Blue) = 240+122+70=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A46 is #0F85B9. Grayscale: #979797. Windows color (decimal): -1017274 or 4618992. OLE color: 4618992.

HSL color Cylindrical-coordinate representation of color #F07A46: hue angle of 18.35º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F07A46 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 70 -
CMYK 0 0.49 0.71 0.06
HSL 18.35º 0.85% 0.61% -
HSV(B) 18.35º 0.71% 0.94% -
XYZ 44 32.89 9.82 -
YUV 151.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 240 122 70 0 0.49 0.71 0.06 18.35 0.85 0.61
Hex F0 7A 46 0 31 47 6 12 55 3D
Octal 360 172 106 0 61 107 6 22 125 75
Binary 11110000 1111010 1000110 0 110001 1000111 110 10010 1010101 111101

Color Harmonies of #F07A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A46

Black with #F07A46

Text Example


Text Example

White with #F07A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A46; }

 p { color: rgb(240,122,70); }

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

background-color css

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

 a { background-color: rgb(240,122,70); }

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

border-color css

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

 span { border-color: rgb(240,122,70); }

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