Html Css Color HEX #F5524F Sunset Orange

📋 copy color: '#F5524F'

red 245 ◦ green 82 ◦ blue 79

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

Shades of Sunset Orange #F5524F

Tints of Sunset Orange #F5524F

RGB

 RED value IS 245 (96.09% from 255) = 60.34%

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 60.34%
G = 20.2%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5524F (or 0xF5524F) is known color: Sunset Orange. HEX triplet: F5, 52 and 4F. RGB value is (245,82,79). Sum of RGB (Red+Green+Blue) = 245+82+79=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F5524F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5524F is #0AADB0. Grayscale: #828282. Windows color (decimal): -699825 or 5198581. OLE color: 5198581.

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

Color convert

RGB 245 82 79 -
CMYK 0 0.67 0.68 0.04
HSL 1.08º 0.89% 0.64% -
HSV(B) 1.08º 0.68% 0.96% -
XYZ 42.08 26.01 10.2 -
YUV 130.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 245 82 79 0 0.67 0.68 0.04 1.08 0.89 0.64
Hex F5 52 4F 0 43 44 4 1 59 40
Octal 365 122 117 0 103 104 4 1 131 100
Binary 11110101 1010010 1001111 0 1000011 1000100 100 1 1011001 1000000

Color Harmonies of #F5524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5524F

Black with #F5524F

Text Example


Text Example

White with #F5524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5524F; }

 p { color: rgb(245,82,79); }

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

background-color css

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

 a { background-color: rgb(245,82,79); }

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

border-color css

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

 span { border-color: rgb(245,82,79); }

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