Html Css Color HEX #F25144 Sunset Orange

📋 copy color: '#F25144'

red 242 ◦ green 81 ◦ blue 68

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

Shades of Sunset Orange #F25144

Tints of Sunset Orange #F25144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.39%

R = 61.89%
G = 20.72%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F25144 (or 0xF25144) is known color: Sunset Orange. HEX triplet: F2, 51 and 44. RGB value is (242,81,68). Sum of RGB (Red+Green+Blue) = 242+81+68=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25144 is #0DAEBB. Grayscale: #7F7F7F. Windows color (decimal): -896700 or 4477426. OLE color: 4477426.

HSL color Cylindrical-coordinate representation of color #F25144: hue angle of 4.48º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F25144 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 81 68 -
CMYK 0 0.67 0.72 0.05
HSL 4.48º 0.87% 0.61% -
HSV(B) 4.48º 0.72% 0.95% -
XYZ 40.6 25.18 8.19 -
YUV 127.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 242 81 68 0 0.67 0.72 0.05 4.48 0.87 0.61
Hex F2 51 44 0 43 48 5 4 57 3D
Octal 362 121 104 0 103 110 5 4 127 75
Binary 11110010 1010001 1000100 0 1000011 1001000 101 100 1010111 111101

Color Harmonies of #F25144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25144

Black with #F25144

Text Example


Text Example

White with #F25144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25144; }

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

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

background-color css

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

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

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

border-color css

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

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

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