Html Css Color HEX #F25249 Sunset Orange

📋 copy color: '#F25249'

red 242 ◦ green 82 ◦ blue 73

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

Shades of Sunset Orange #F25249

Tints of Sunset Orange #F25249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 60.96%
G = 20.65%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F25249 (or 0xF25249) is known color: Sunset Orange. HEX triplet: F2, 52 and 49. RGB value is (242,82,73). Sum of RGB (Red+Green+Blue) = 242+82+73=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F25249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25249 is #0DADB6. Grayscale: #818181. Windows color (decimal): -896439 or 4805362. OLE color: 4805362.

HSL color Cylindrical-coordinate representation of color #F25249: hue angle of 3.2º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F25249 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 73 -
CMYK 0 0.66 0.70 0.05
HSL 3.2º 0.87% 0.62% -
HSV(B) 3.2º 0.7% 0.95% -
XYZ 40.84 25.39 9.05 -
YUV 128.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 242 82 73 0 0.66 0.70 0.05 3.2 0.87 0.62
Hex F2 52 49 0 42 46 5 3 57 3E
Octal 362 122 111 0 102 106 5 3 127 76
Binary 11110010 1010010 1001001 0 1000010 1000110 101 11 1010111 111110

Color Harmonies of #F25249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25249

Black with #F25249

Text Example


Text Example

White with #F25249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25249; }

 p { color: rgb(242,82,73); }

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

background-color css

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

 a { background-color: rgb(242,82,73); }

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

border-color css

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

 span { border-color: rgb(242,82,73); }

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