Html Css Color HEX #F52C24 Red Orange

📋 copy color: '#F52C24'

red 245 ◦ green 44 ◦ blue 36

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

Shades of Red Orange #F52C24

Tints of Red Orange #F52C24

RGB

 RED value IS 245 (96.09% from 255) = 75.38%

 GREEN value IS 44 (17.58% from 255) = 13.54%

 BLUE value IS 36 (14.45% from 255) = 11.08%

R = 75.38%
G = 13.54%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F52C24 (or 0xF52C24) is known color: Red Orange. HEX triplet: F5, 2C and 24. RGB value is (245,44,36). Sum of RGB (Red+Green+Blue) = 245+44+36=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52C24 is #0AD3DB. Grayscale: #676767. Windows color (decimal): -709596 or 2370805. OLE color: 2370805.

HSL color Cylindrical-coordinate representation of color #F52C24: hue angle of 2.3º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52C24 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 44 36 -
CMYK 0 0.82 0.85 0.04
HSL 2.3º 0.91% 0.55% -
HSV(B) 2.3º 0.85% 0.96% -
XYZ 38.88 21.34 3.74 -
YUV 103.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 245 44 36 0 0.82 0.85 0.04 2.3 0.91 0.55
Hex F5 2C 24 0 52 55 4 2 5B 37
Octal 365 54 44 0 122 125 4 2 133 67
Binary 11110101 101100 100100 0 1010010 1010101 100 10 1011011 110111

Color Harmonies of #F52C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52C24

Black with #F52C24

Text Example


Text Example

White with #F52C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52C24; }

 p { color: rgb(245,44,36); }

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

background-color css

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

 a { background-color: rgb(245,44,36); }

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

border-color css

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

 span { border-color: rgb(245,44,36); }

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