Html Css Color HEX #F53323 Red Orange

📋 copy color: '#F53323'

red 245 ◦ green 51 ◦ blue 35

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

Shades of Red Orange #F53323

Tints of Red Orange #F53323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 35 (14.06% from 255) = 10.57%

R = 74.02%
G = 15.41%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F53323 (or 0xF53323) is known color: Red Orange. HEX triplet: F5, 33 and 23. RGB value is (245,51,35). Sum of RGB (Red+Green+Blue) = 245+51+35=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F53323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53323 is #0ACCDC. Grayscale: #6B6B6B. Windows color (decimal): -707805 or 2307061. OLE color: 2307061.

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

Color convert

RGB 245 51 35 -
CMYK 0 0.79 0.86 0.04
HSL 4.57º 0.91% 0.55% -
HSV(B) 4.57º 0.86% 0.96% -
XYZ 39.14 21.9 3.75 -
YUV 107.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 245 51 35 0 0.79 0.86 0.04 4.57 0.91 0.55
Hex F5 33 23 0 4F 56 4 5 5B 37
Octal 365 63 43 0 117 126 4 5 133 67
Binary 11110101 110011 100011 0 1001111 1010110 100 101 1011011 110111

Color Harmonies of #F53323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53323

Black with #F53323

Text Example


Text Example

White with #F53323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53323; }

 p { color: rgb(245,51,35); }

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

background-color css

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

 a { background-color: rgb(245,51,35); }

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

border-color css

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

 span { border-color: rgb(245,51,35); }

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