Html Css Color HEX #F27942 Jaffa

📋 copy color: '#F27942'

red 242 ◦ green 121 ◦ blue 66

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

Shades of Jaffa #F27942

Tints of Jaffa #F27942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

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

R = 56.41%
G = 28.21%
B = 15.38%

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

#F27942 (or 0xF27942) is known color: Jaffa. HEX triplet: F2, 79 and 42. RGB value is (242,121,66). Sum of RGB (Red+Green+Blue) = 242+121+66=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F27942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27942 is #0D86BD. Grayscale: #979797. Windows color (decimal): -886462 or 4356594. OLE color: 4356594.

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

Color convert

RGB 242 121 66 -
CMYK 0 0.50 0.73 0.05
HSL 18.75º 0.87% 0.6% -
HSV(B) 18.75º 0.73% 0.95% -
XYZ 44.44 32.95 9.17 -
YUV 150.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 242 121 66 0 0.50 0.73 0.05 18.75 0.87 0.6
Hex F2 79 42 0 32 49 5 13 57 3C
Octal 362 171 102 0 62 111 5 23 127 74
Binary 11110010 1111001 1000010 0 110010 1001001 101 10011 1010111 111100

Color Harmonies of #F27942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27942

Black with #F27942

Text Example


Text Example

White with #F27942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27942; }

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

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

background-color css

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

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

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

border-color css

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

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

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