Html Css Color HEX #F2504C Sunset Orange

📋 copy color: '#F2504C'

red 242 ◦ green 80 ◦ blue 76

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

Shades of Sunset Orange #F2504C

Tints of Sunset Orange #F2504C

RGB

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

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

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

R = 60.8%
G = 20.1%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2504C (or 0xF2504C) is known color: Sunset Orange. HEX triplet: F2, 50 and 4C. RGB value is (242,80,76). Sum of RGB (Red+Green+Blue) = 242+80+76=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F2504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2504C is #0DAFB3. Grayscale: #808080. Windows color (decimal): -896948 or 5001458. OLE color: 5001458.

HSL color Cylindrical-coordinate representation of color #F2504C: hue angle of 1.45º 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 #F2504C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 76 -
CMYK 0 0.67 0.69 0.05
HSL 1.45º 0.86% 0.62% -
HSV(B) 1.45º 0.69% 0.95% -
XYZ 40.79 25.14 9.54 -
YUV 127.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 242 80 76 0 0.67 0.69 0.05 1.45 0.86 0.62
Hex F2 50 4C 0 43 45 5 1 56 3E
Octal 362 120 114 0 103 105 5 1 126 76
Binary 11110010 1010000 1001100 0 1000011 1000101 101 1 1010110 111110

Color Harmonies of #F2504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2504C

Black with #F2504C

Text Example


Text Example

White with #F2504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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