Html Css Color HEX #F53824 Red Orange

📋 copy color: '#F53824'

red 245 ◦ green 56 ◦ blue 36

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

Shades of Red Orange #F53824

Tints of Red Orange #F53824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 72.7%
G = 16.62%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F53824 (or 0xF53824) is known color: Red Orange. HEX triplet: F5, 38 and 24. RGB value is (245,56,36). Sum of RGB (Red+Green+Blue) = 245+56+36=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F53824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53824 is #0AC7DB. Grayscale: #6E6E6E. Windows color (decimal): -706524 or 2373877. OLE color: 2373877.

HSL color Cylindrical-coordinate representation of color #F53824: hue angle of 5.74º 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 #F53824 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 36 -
CMYK 0 0.77 0.85 0.04
HSL 5.74º 0.91% 0.55% -
HSV(B) 5.74º 0.85% 0.96% -
XYZ 39.39 22.37 3.91 -
YUV 110.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 245 56 36 0 0.77 0.85 0.04 5.74 0.91 0.55
Hex F5 38 24 0 4D 55 4 6 5B 37
Octal 365 70 44 0 115 125 4 6 133 67
Binary 11110101 111000 100100 0 1001101 1010101 100 110 1011011 110111

Color Harmonies of #F53824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53824

Black with #F53824

Text Example


Text Example

White with #F53824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53824; }

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

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

background-color css

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

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

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

border-color css

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

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

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