Html Css Color HEX #F2534C Sunset Orange

📋 copy color: '#F2534C'

red 242 ◦ green 83 ◦ blue 76

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

Shades of Sunset Orange #F2534C

Tints of Sunset Orange #F2534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 60.35%
G = 20.7%
B = 18.95%

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

#F2534C (or 0xF2534C) is known color: Sunset Orange. HEX triplet: F2, 53 and 4C. RGB value is (242,83,76). Sum of RGB (Red+Green+Blue) = 242+83+76=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2534C is #0DACB3. Grayscale: #818181. Windows color (decimal): -896180 or 5002226. OLE color: 5002226.

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

Color convert

RGB 242 83 76 -
CMYK 0 0.66 0.69 0.05
HSL 2.53º 0.86% 0.62% -
HSV(B) 2.53º 0.69% 0.95% -
XYZ 41.02 25.59 9.61 -
YUV 129.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 242 83 76 0 0.66 0.69 0.05 2.53 0.86 0.62
Hex F2 53 4C 0 42 45 5 3 56 3E
Octal 362 123 114 0 102 105 5 3 126 76
Binary 11110010 1010011 1001100 0 1000010 1000101 101 11 1010110 111110

Color Harmonies of #F2534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2534C

Black with #F2534C

Text Example


Text Example

White with #F2534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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