Html Css Color HEX #F25049 Sunset Orange

📋 copy color: '#F25049'

red 242 ◦ green 80 ◦ blue 73

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

Shades of Sunset Orange #F25049

Tints of Sunset Orange #F25049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

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

R = 61.27%
G = 20.25%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F25049 (or 0xF25049) is known color: Sunset Orange. HEX triplet: F2, 50 and 49. RGB value is (242,80,73). Sum of RGB (Red+Green+Blue) = 242+80+73=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F25049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25049 is #0DAFB6. Grayscale: #7F7F7F. Windows color (decimal): -896951 or 4804850. OLE color: 4804850.

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

Color convert

RGB 242 80 73 -
CMYK 0 0.67 0.70 0.05
HSL 2.49º 0.87% 0.62% -
HSV(B) 2.49º 0.7% 0.95% -
XYZ 40.69 25.1 9 -
YUV 127.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 242 80 73 0 0.67 0.70 0.05 2.49 0.87 0.62
Hex F2 50 49 0 43 46 5 2 57 3E
Octal 362 120 111 0 103 106 5 2 127 76
Binary 11110010 1010000 1001001 0 1000011 1000110 101 10 1010111 111110

Color Harmonies of #F25049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25049

Black with #F25049

Text Example


Text Example

White with #F25049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25049; }

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

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

background-color css

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

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

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

border-color css

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

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

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