Html Css Color HEX #F27241 Jaffa

📋 copy color: '#F27241'

red 242 ◦ green 114 ◦ blue 65

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

Shades of Jaffa #F27241

Tints of Jaffa #F27241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.08%

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

R = 57.48%
G = 27.08%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F27241 (or 0xF27241) is known color: Jaffa. HEX triplet: F2, 72 and 41. RGB value is (242,114,65). Sum of RGB (Red+Green+Blue) = 242+114+65=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F27241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27241 is #0D8DBE. Grayscale: #939393. Windows color (decimal): -888255 or 4289266. OLE color: 4289266.

HSL color Cylindrical-coordinate representation of color #F27241: hue angle of 16.61º 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 #F27241 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 114 65 -
CMYK 0 0.53 0.73 0.05
HSL 16.61º 0.87% 0.6% -
HSV(B) 16.61º 0.73% 0.95% -
XYZ 43.59 31.29 8.74 -
YUV 146.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 242 114 65 0 0.53 0.73 0.05 16.61 0.87 0.6
Hex F2 72 41 0 35 49 5 11 57 3C
Octal 362 162 101 0 65 111 5 21 127 74
Binary 11110010 1110010 1000001 0 110101 1001001 101 10001 1010111 111100

Color Harmonies of #F27241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27241

Black with #F27241

Text Example


Text Example

White with #F27241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27241; }

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

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

background-color css

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

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

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

border-color css

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

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

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