Html Css Color HEX #F27841 Jaffa

📋 copy color: '#F27841'

red 242 ◦ green 120 ◦ blue 65

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

Shades of Jaffa #F27841

Tints of Jaffa #F27841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 56.67%
G = 28.1%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F27841 (or 0xF27841) is known color: Jaffa. HEX triplet: F2, 78 and 41. RGB value is (242,120,65). Sum of RGB (Red+Green+Blue) = 242+120+65=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F27841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27841 is #0D87BE. Grayscale: #969696. Windows color (decimal): -886719 or 4290802. OLE color: 4290802.

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

Color convert

RGB 242 120 65 -
CMYK 0 0.50 0.73 0.05
HSL 18.64º 0.87% 0.6% -
HSV(B) 18.64º 0.73% 0.95% -
XYZ 44.29 32.69 8.98 -
YUV 150.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 242 120 65 0 0.50 0.73 0.05 18.64 0.87 0.6
Hex F2 78 41 0 32 49 5 13 57 3C
Octal 362 170 101 0 62 111 5 23 127 74
Binary 11110010 1111000 1000001 0 110010 1001001 101 10011 1010111 111100

Color Harmonies of #F27841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27841

Black with #F27841

Text Example


Text Example

White with #F27841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27841; }

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

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

background-color css

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

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

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

border-color css

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

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

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