Html Css Color HEX #F25450 Sunset Orange

📋 copy color: '#F25450'

red 242 ◦ green 84 ◦ blue 80

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

Shades of Sunset Orange #F25450

Tints of Sunset Orange #F25450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 59.61%
G = 20.69%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F25450 (or 0xF25450) is known color: Sunset Orange. HEX triplet: F2, 54 and 50. RGB value is (242,84,80). Sum of RGB (Red+Green+Blue) = 242+84+80=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F25450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25450 is #0DABAF. Grayscale: #828282. Windows color (decimal): -895920 or 5264626. OLE color: 5264626.

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

Color convert

RGB 242 84 80 -
CMYK 0 0.65 0.67 0.05
HSL 1.48º 0.86% 0.63% -
HSV(B) 1.48º 0.67% 0.95% -
XYZ 41.24 25.8 10.4 -
YUV 130.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 242 84 80 0 0.65 0.67 0.05 1.48 0.86 0.63
Hex F2 54 50 0 41 43 5 1 56 3F
Octal 362 124 120 0 101 103 5 1 126 77
Binary 11110010 1010100 1010000 0 1000001 1000011 101 1 1010110 111111

Color Harmonies of #F25450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25450

Black with #F25450

Text Example


Text Example

White with #F25450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25450; }

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

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

background-color css

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

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

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

border-color css

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

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

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