Html Css Color HEX #F07943 Jaffa

📋 copy color: '#F07943'

red 240 ◦ green 121 ◦ blue 67

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

Shades of Jaffa #F07943

Tints of Jaffa #F07943

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.27%

 BLUE value IS 67 (26.56% from 255) = 15.65%

R = 56.07%
G = 28.27%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F07943 (or 0xF07943) is known color: Jaffa. HEX triplet: F0, 79 and 43. RGB value is (240,121,67). Sum of RGB (Red+Green+Blue) = 240+121+67=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F07943 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07943 is #0F86BC. Grayscale: #969696. Windows color (decimal): -1017533 or 4422128. OLE color: 4422128.

HSL color Cylindrical-coordinate representation of color #F07943: hue angle of 18.73º 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 #F07943 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 67 -
CMYK 0 0.50 0.72 0.06
HSL 18.73º 0.85% 0.6% -
HSV(B) 18.73º 0.72% 0.94% -
XYZ 43.79 32.61 9.3 -
YUV 150.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 240 121 67 0 0.50 0.72 0.06 18.73 0.85 0.6
Hex F0 79 43 0 32 48 6 13 55 3C
Octal 360 171 103 0 62 110 6 23 125 74
Binary 11110000 1111001 1000011 0 110010 1001000 110 10011 1010101 111100

Color Harmonies of #F07943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07943

Black with #F07943

Text Example


Text Example

White with #F07943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07943; }

 p { color: rgb(240,121,67); }

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

background-color css

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

 a { background-color: rgb(240,121,67); }

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

border-color css

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

 span { border-color: rgb(240,121,67); }

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