Html Css Color HEX #F25542 Sunset Orange

📋 copy color: '#F25542'

red 242 ◦ green 85 ◦ blue 66

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

Shades of Sunset Orange #F25542

Tints of Sunset Orange #F25542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

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

R = 61.58%
G = 21.63%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F25542 (or 0xF25542) is known color: Sunset Orange. HEX triplet: F2, 55 and 42. RGB value is (242,85,66). Sum of RGB (Red+Green+Blue) = 242+85+66=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25542 is #0DAABD. Grayscale: #828282. Windows color (decimal): -895678 or 4347378. OLE color: 4347378.

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

Color convert

RGB 242 85 66 -
CMYK 0 0.65 0.73 0.05
HSL 6.48º 0.87% 0.6% -
HSV(B) 6.48º 0.73% 0.95% -
XYZ 40.85 25.77 7.97 -
YUV 129.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 242 85 66 0 0.65 0.73 0.05 6.48 0.87 0.6
Hex F2 55 42 0 41 49 5 6 57 3C
Octal 362 125 102 0 101 111 5 6 127 74
Binary 11110010 1010101 1000010 0 1000001 1001001 101 110 1010111 111100

Color Harmonies of #F25542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25542

Black with #F25542

Text Example


Text Example

White with #F25542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25542; }

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

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

background-color css

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

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

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

border-color css

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

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

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