Html Css Color HEX #F53326 Red Orange

📋 copy color: '#F53326'

red 245 ◦ green 51 ◦ blue 38

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

Shades of Red Orange #F53326

Tints of Red Orange #F53326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 73.35%
G = 15.27%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F53326 (or 0xF53326) is known color: Red Orange. HEX triplet: F5, 33 and 26. RGB value is (245,51,38). Sum of RGB (Red+Green+Blue) = 245+51+38=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F53326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53326 is #0ACCD9. Grayscale: #6B6B6B. Windows color (decimal): -707802 or 2503669. OLE color: 2503669.

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

Color convert

RGB 245 51 38 -
CMYK 0 0.79 0.84 0.04
HSL 3.77º 0.91% 0.55% -
HSV(B) 3.77º 0.84% 0.96% -
XYZ 39.19 21.92 4 -
YUV 107.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 245 51 38 0 0.79 0.84 0.04 3.77 0.91 0.55
Hex F5 33 26 0 4F 54 4 4 5B 37
Octal 365 63 46 0 117 124 4 4 133 67
Binary 11110101 110011 100110 0 1001111 1010100 100 100 1011011 110111

Color Harmonies of #F53326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53326

Black with #F53326

Text Example


Text Example

White with #F53326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53326; }

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

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

background-color css

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

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

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

border-color css

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

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

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