Html Css Color HEX #F25141 Sunset Orange

📋 copy color: '#F25141'

red 242 ◦ green 81 ◦ blue 65

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

Shades of Sunset Orange #F25141

Tints of Sunset Orange #F25141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.75%

R = 62.37%
G = 20.88%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F25141 (or 0xF25141) is known color: Sunset Orange. HEX triplet: F2, 51 and 41. RGB value is (242,81,65). Sum of RGB (Red+Green+Blue) = 242+81+65=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F25141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25141 is #0DAEBE. Grayscale: #7F7F7F. Windows color (decimal): -896703 or 4280818. OLE color: 4280818.

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

Color convert

RGB 242 81 65 -
CMYK 0 0.67 0.73 0.05
HSL 5.42º 0.87% 0.6% -
HSV(B) 5.42º 0.73% 0.95% -
XYZ 40.51 25.14 7.72 -
YUV 127.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 242 81 65 0 0.67 0.73 0.05 5.42 0.87 0.6
Hex F2 51 41 0 43 49 5 5 57 3C
Octal 362 121 101 0 103 111 5 5 127 74
Binary 11110010 1010001 1000001 0 1000011 1001001 101 101 1010111 111100

Color Harmonies of #F25141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25141

Black with #F25141

Text Example


Text Example

White with #F25141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25141; }

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

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

background-color css

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

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

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

border-color css

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

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

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