Html Css Color HEX #F52C29 Red Orange

📋 copy color: '#F52C29'

red 245 ◦ green 44 ◦ blue 41

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

Shades of Red Orange #F52C29

Tints of Red Orange #F52C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.42%

R = 74.24%
G = 13.33%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F52C29 (or 0xF52C29) is known color: Red Orange. HEX triplet: F5, 2C and 29. RGB value is (245,44,41). Sum of RGB (Red+Green+Blue) = 245+44+41=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52C29 is #0AD3D6. Grayscale: #676767. Windows color (decimal): -709591 or 2698485. OLE color: 2698485.

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

Color convert

RGB 245 44 41 -
CMYK 0 0.82 0.83 0.04
HSL 0.88º 0.91% 0.56% -
HSV(B) 0.88º 0.83% 0.96% -
XYZ 38.96 21.37 4.17 -
YUV 103.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 245 44 41 0 0.82 0.83 0.04 0.88 0.91 0.56
Hex F5 2C 29 0 52 53 4 1 5B 38
Octal 365 54 51 0 122 123 4 1 133 70
Binary 11110101 101100 101001 0 1010010 1010011 100 1 1011011 111000

Color Harmonies of #F52C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52C29

Black with #F52C29

Text Example


Text Example

White with #F52C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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