Html Css Color HEX #F2534A Sunset Orange

📋 copy color: '#F2534A'

red 242 ◦ green 83 ◦ blue 74

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

Shades of Sunset Orange #F2534A

Tints of Sunset Orange #F2534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 60.65%
G = 20.8%
B = 18.55%

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

#F2534A (or 0xF2534A) is known color: Sunset Orange. HEX triplet: F2, 53 and 4A. RGB value is (242,83,74). Sum of RGB (Red+Green+Blue) = 242+83+74=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2534A is #0DACB5. Grayscale: #818181. Windows color (decimal): -896182 or 4871154. OLE color: 4871154.

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

Color convert

RGB 242 83 74 -
CMYK 0 0.66 0.69 0.05
HSL 3.21º 0.87% 0.62% -
HSV(B) 3.21º 0.69% 0.95% -
XYZ 40.95 25.56 9.25 -
YUV 129.52 96.68 208.23 -
System Red Green Blue C M Y K H S L
Decimal 242 83 74 0 0.66 0.69 0.05 3.21 0.87 0.62
Hex F2 53 4A 0 42 45 5 3 57 3E
Octal 362 123 112 0 102 105 5 3 127 76
Binary 11110010 1010011 1001010 0 1000010 1000101 101 11 1010111 111110

Color Harmonies of #F2534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2534A

Black with #F2534A

Text Example


Text Example

White with #F2534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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