Html Css Color HEX #F25149 Sunset Orange

📋 copy color: '#F25149'

red 242 ◦ green 81 ◦ blue 73

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

Shades of Sunset Orange #F25149

Tints of Sunset Orange #F25149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.45%

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

R = 61.11%
G = 20.45%
B = 18.43%

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

#F25149 (or 0xF25149) is known color: Sunset Orange. HEX triplet: F2, 51 and 49. RGB value is (242,81,73). Sum of RGB (Red+Green+Blue) = 242+81+73=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F25149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25149 is #0DAEB6. Grayscale: #808080. Windows color (decimal): -896695 or 4805106. OLE color: 4805106.

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

Color convert

RGB 242 81 73 -
CMYK 0 0.67 0.70 0.05
HSL 2.84º 0.87% 0.62% -
HSV(B) 2.84º 0.7% 0.95% -
XYZ 40.76 25.24 9.03 -
YUV 128.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 242 81 73 0 0.67 0.70 0.05 2.84 0.87 0.62
Hex F2 51 49 0 43 46 5 3 57 3E
Octal 362 121 111 0 103 106 5 3 127 76
Binary 11110010 1010001 1001001 0 1000011 1000110 101 11 1010111 111110

Color Harmonies of #F25149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25149

Black with #F25149

Text Example


Text Example

White with #F25149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25149; }

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

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

background-color css

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

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

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

border-color css

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

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

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