Html Css Color HEX #F07A44 Jaffa

📋 copy color: '#F07A44'

red 240 ◦ green 122 ◦ blue 68

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

Shades of Jaffa #F07A44

Tints of Jaffa #F07A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.81%

R = 55.81%
G = 28.37%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F07A44 (or 0xF07A44) is known color: Jaffa. HEX triplet: F0, 7A and 44. RGB value is (240,122,68). Sum of RGB (Red+Green+Blue) = 240+122+68=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A44 is #0F85BB. Grayscale: #979797. Windows color (decimal): -1017276 or 4487920. OLE color: 4487920.

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

Color convert

RGB 240 122 68 -
CMYK 0 0.49 0.72 0.06
HSL 18.84º 0.85% 0.6% -
HSV(B) 18.84º 0.72% 0.94% -
XYZ 43.94 32.86 9.5 -
YUV 151.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 240 122 68 0 0.49 0.72 0.06 18.84 0.85 0.6
Hex F0 7A 44 0 31 48 6 13 55 3C
Octal 360 172 104 0 61 110 6 23 125 74
Binary 11110000 1111010 1000100 0 110001 1001000 110 10011 1010101 111100

Color Harmonies of #F07A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A44

Black with #F07A44

Text Example


Text Example

White with #F07A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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