Html Css Color HEX #F27542 Jaffa

📋 copy color: '#F27542'

red 242 ◦ green 117 ◦ blue 66

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

Shades of Jaffa #F27542

Tints of Jaffa #F27542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

 BLUE value IS 66 (26.17% from 255) = 15.53%

R = 56.94%
G = 27.53%
B = 15.53%

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

#F27542 (or 0xF27542) is known color: Jaffa. HEX triplet: F2, 75 and 42. RGB value is (242,117,66). Sum of RGB (Red+Green+Blue) = 242+117+66=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F27542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27542 is #0D8ABD. Grayscale: #949494. Windows color (decimal): -887486 or 4355570. OLE color: 4355570.

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

Color convert

RGB 242 117 66 -
CMYK 0 0.52 0.73 0.05
HSL 17.39º 0.87% 0.6% -
HSV(B) 17.39º 0.73% 0.95% -
XYZ 43.96 31.99 9.01 -
YUV 148.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 242 117 66 0 0.52 0.73 0.05 17.39 0.87 0.6
Hex F2 75 42 0 34 49 5 11 57 3C
Octal 362 165 102 0 64 111 5 21 127 74
Binary 11110010 1110101 1000010 0 110100 1001001 101 10001 1010111 111100

Color Harmonies of #F27542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27542

Black with #F27542

Text Example


Text Example

White with #F27542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27542; }

 p { color: rgb(242,117,66); }

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

background-color css

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

 a { background-color: rgb(242,117,66); }

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

border-color css

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

 span { border-color: rgb(242,117,66); }

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