Html Css Color HEX #F27440 Jaffa

📋 copy color: '#F27440'

red 242 ◦ green 116 ◦ blue 64

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

Shades of Jaffa #F27440

Tints of Jaffa #F27440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.17%

R = 57.35%
G = 27.49%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F27440 (or 0xF27440) is known color: Jaffa. HEX triplet: F2, 74 and 40. RGB value is (242,116,64). Sum of RGB (Red+Green+Blue) = 242+116+64=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F27440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27440 is #0D8BBF. Grayscale: #949494. Windows color (decimal): -887744 or 4224242. OLE color: 4224242.

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

Color convert

RGB 242 116 64 -
CMYK 0 0.52 0.74 0.05
HSL 17.53º 0.87% 0.6% -
HSV(B) 17.53º 0.74% 0.95% -
XYZ 43.79 31.74 8.67 -
YUV 147.75 80.74 195.23 -
System Red Green Blue C M Y K H S L
Decimal 242 116 64 0 0.52 0.74 0.05 17.53 0.87 0.6
Hex F2 74 40 0 34 4A 5 12 57 3C
Octal 362 164 100 0 64 112 5 22 127 74
Binary 11110010 1110100 1000000 0 110100 1001010 101 10010 1010111 111100

Color Harmonies of #F27440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27440

Black with #F27440

Text Example


Text Example

White with #F27440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27440; }

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

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

background-color css

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

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

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

border-color css

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

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

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