Html Css Color HEX #F2524C Sunset Orange

📋 copy color: '#F2524C'

red 242 ◦ green 82 ◦ blue 76

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

Shades of Sunset Orange #F2524C

Tints of Sunset Orange #F2524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19%

R = 60.5%
G = 20.5%
B = 19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2524C (or 0xF2524C) is known color: Sunset Orange. HEX triplet: F2, 52 and 4C. RGB value is (242,82,76). Sum of RGB (Red+Green+Blue) = 242+82+76=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2524C is #0DADB3. Grayscale: #818181. Windows color (decimal): -896436 or 5001970. OLE color: 5001970.

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

Color convert

RGB 242 82 76 -
CMYK 0 0.66 0.69 0.05
HSL 2.17º 0.86% 0.62% -
HSV(B) 2.17º 0.69% 0.95% -
XYZ 40.94 25.43 9.59 -
YUV 129.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 242 82 76 0 0.66 0.69 0.05 2.17 0.86 0.62
Hex F2 52 4C 0 42 45 5 2 56 3E
Octal 362 122 114 0 102 105 5 2 126 76
Binary 11110010 1010010 1001100 0 1000010 1000101 101 10 1010110 111110

Color Harmonies of #F2524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2524C

Black with #F2524C

Text Example


Text Example

White with #F2524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2524C; }

 p { color: rgb(242,82,76); }

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

background-color css

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

 a { background-color: rgb(242,82,76); }

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

border-color css

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

 span { border-color: rgb(242,82,76); }

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