Html Css Color HEX #F27641 Jaffa

📋 copy color: '#F27641'

red 242 ◦ green 118 ◦ blue 65

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

Shades of Jaffa #F27641

Tints of Jaffa #F27641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

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

R = 56.94%
G = 27.76%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F27641 (or 0xF27641) is known color: Jaffa. HEX triplet: F2, 76 and 41. RGB value is (242,118,65). Sum of RGB (Red+Green+Blue) = 242+118+65=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F27641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27641 is #0D89BE. Grayscale: #959595. Windows color (decimal): -887231 or 4290290. OLE color: 4290290.

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

Color convert

RGB 242 118 65 -
CMYK 0 0.51 0.73 0.05
HSL 17.97º 0.87% 0.6% -
HSV(B) 17.97º 0.73% 0.95% -
XYZ 44.05 32.22 8.9 -
YUV 149.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 242 118 65 0 0.51 0.73 0.05 17.97 0.87 0.6
Hex F2 76 41 0 33 49 5 12 57 3C
Octal 362 166 101 0 63 111 5 22 127 74
Binary 11110010 1110110 1000001 0 110011 1001001 101 10010 1010111 111100

Color Harmonies of #F27641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27641

Black with #F27641

Text Example


Text Example

White with #F27641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27641; }

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

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

background-color css

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

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

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

border-color css

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

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

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