Html Css Color HEX #F05242 Sunset Orange

📋 copy color: '#F05242'

red 240 ◦ green 82 ◦ blue 66

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

Shades of Sunset Orange #F05242

Tints of Sunset Orange #F05242

RGB

 RED value IS 240 (94.14% from 255) = 61.86%

 GREEN value IS 82 (32.42% from 255) = 21.13%

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

R = 61.86%
G = 21.13%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F05242 (or 0xF05242) is known color: Sunset Orange. HEX triplet: F0, 52 and 42. RGB value is (240,82,66). Sum of RGB (Red+Green+Blue) = 240+82+66=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F05242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05242 is #0FADBD. Grayscale: #7F7F7F. Windows color (decimal): -1027518 or 4346608. OLE color: 4346608.

HSL color Cylindrical-coordinate representation of color #F05242: hue angle of 5.52º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F05242 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 82 66 -
CMYK 0 0.66 0.72 0.06
HSL 5.52º 0.85% 0.6% -
HSV(B) 5.52º 0.73% 0.94% -
XYZ 39.94 24.95 7.87 -
YUV 127.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 240 82 66 0 0.66 0.72 0.06 5.52 0.85 0.6
Hex F0 52 42 0 42 48 6 6 55 3C
Octal 360 122 102 0 102 110 6 6 125 74
Binary 11110000 1010010 1000010 0 1000010 1001000 110 110 1010101 111100

Color Harmonies of #F05242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05242

Black with #F05242

Text Example


Text Example

White with #F05242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05242; }

 p { color: rgb(240,82,66); }

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

background-color css

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

 a { background-color: rgb(240,82,66); }

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

border-color css

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

 span { border-color: rgb(240,82,66); }

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