Html Css Color HEX #F2523D Sunset Orange

📋 copy color: '#F2523D'

red 242 ◦ green 82 ◦ blue 61

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

Shades of Sunset Orange #F2523D

Tints of Sunset Orange #F2523D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.84%

R = 62.86%
G = 21.3%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2523D (or 0xF2523D) is known color: Sunset Orange. HEX triplet: F2, 52 and 3D. RGB value is (242,82,61). Sum of RGB (Red+Green+Blue) = 242+82+61=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2523D is #0DADC2. Grayscale: #7F7F7F. Windows color (decimal): -896451 or 4018930. OLE color: 4018930.

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

Color convert

RGB 242 82 61 -
CMYK 0 0.66 0.75 0.05
HSL 6.96º 0.87% 0.59% -
HSV(B) 6.96º 0.75% 0.95% -
XYZ 40.48 25.25 7.15 -
YUV 127.45 90.51 209.71 -
System Red Green Blue C M Y K H S L
Decimal 242 82 61 0 0.66 0.75 0.05 6.96 0.87 0.59
Hex F2 52 3D 0 42 4B 5 7 57 3B
Octal 362 122 75 0 102 113 5 7 127 73
Binary 11110010 1010010 111101 0 1000010 1001011 101 111 1010111 111011

Color Harmonies of #F2523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2523D

Black with #F2523D

Text Example


Text Example

White with #F2523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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