Html Css Color HEX #F8524F Sunset Orange

📋 copy color: '#F8524F'

red 248 ◦ green 82 ◦ blue 79

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

Shades of Sunset Orange #F8524F

Tints of Sunset Orange #F8524F

RGB

 RED value IS 248 (97.27% from 255) = 60.64%

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

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

R = 60.64%
G = 20.05%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8524F (or 0xF8524F) is known color: Sunset Orange. HEX triplet: F8, 52 and 4F. RGB value is (248,82,79). Sum of RGB (Red+Green+Blue) = 248+82+79=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8524F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8524F is #07ADB0. Grayscale: #838383. Windows color (decimal): -503217 or 5198584. OLE color: 5198584.

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

Color convert

RGB 248 82 79 -
CMYK 0 0.67 0.68 0.03
HSL 1.07º 0.92% 0.64% -
HSV(B) 1.07º 0.68% 0.97% -
XYZ 43.14 26.56 10.25 -
YUV 131.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 248 82 79 0 0.67 0.68 0.03 1.07 0.92 0.64
Hex F8 52 4F 0 43 44 3 1 5C 40
Octal 370 122 117 0 103 104 3 1 134 100
Binary 11111000 1010010 1001111 0 1000011 1000100 11 1 1011100 1000000

Color Harmonies of #F8524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8524F

Black with #F8524F

Text Example


Text Example

White with #F8524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8524F; }

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

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

background-color css

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

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

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

border-color css

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

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

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