Html Css Color HEX #F45050 Sunset Orange

📋 copy color: '#F45050'

red 244 ◦ green 80 ◦ blue 80

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

Shades of Sunset Orange #F45050

Tints of Sunset Orange #F45050

RGB

 RED value IS 244 (95.7% from 255) = 60.4%

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

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

R = 60.4%
G = 19.8%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F45050 (or 0xF45050) is known color: Sunset Orange. HEX triplet: F4, 50 and 50. RGB value is (244,80,80). Sum of RGB (Red+Green+Blue) = 244+80+80=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F45050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45050 is #0BAFAF. Grayscale: #818181. Windows color (decimal): -765872 or 5263604. OLE color: 5263604.

HSL color Cylindrical-coordinate representation of color #F45050: hue angle of 0º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F45050 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 80 -
CMYK 0 0.67 0.67 0.04
HSL 0.88% 0.64% -
HSV(B) 0.67% 0.96% -
XYZ 41.62 25.55 10.33 -
YUV 129.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 244 80 80 0 0.67 0.67 0.04 0 0.88 0.64
Hex F4 50 50 0 43 43 4 0 58 40
Octal 364 120 120 0 103 103 4 0 130 100
Binary 11110100 1010000 1010000 0 1000011 1000011 100 0 1011000 1000000

Color Harmonies of #F45050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45050

Black with #F45050

Text Example


Text Example

White with #F45050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45050; }

 p { color: rgb(244,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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