Html Css Color HEX #F27441 Jaffa

📋 copy color: '#F27441'

red 242 ◦ green 116 ◦ blue 65

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

Shades of Jaffa #F27441

Tints of Jaffa #F27441

RGB

 RED value IS 242 (94.92% from 255) = 57.21%

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 65 (25.78% from 255) = 15.37%

R = 57.21%
G = 27.42%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F27441 (or 0xF27441) is known color: Jaffa. HEX triplet: F2, 74 and 41. RGB value is (242,116,65). Sum of RGB (Red+Green+Blue) = 242+116+65=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F27441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27441 is #0D8BBE. Grayscale: #949494. Windows color (decimal): -887743 or 4289778. OLE color: 4289778.

HSL color Cylindrical-coordinate representation of color #F27441: hue angle of 17.29º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F27441 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 116 65 -
CMYK 0 0.52 0.73 0.05
HSL 17.29º 0.87% 0.6% -
HSV(B) 17.29º 0.73% 0.95% -
XYZ 43.82 31.75 8.82 -
YUV 147.86 81.24 195.15 -
System Red Green Blue C M Y K H S L
Decimal 242 116 65 0 0.52 0.73 0.05 17.29 0.87 0.6
Hex F2 74 41 0 34 49 5 11 57 3C
Octal 362 164 101 0 64 111 5 21 127 74
Binary 11110010 1110100 1000001 0 110100 1001001 101 10001 1010111 111100

Color Harmonies of #F27441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27441

Black with #F27441

Text Example


Text Example

White with #F27441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27441; }

 p { color: rgb(242,116,65); }

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

background-color css

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

 a { background-color: rgb(242,116,65); }

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

border-color css

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

 span { border-color: rgb(242,116,65); }

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