Html Css Color HEX #F53426 Red Orange

📋 copy color: '#F53426'

red 245 ◦ green 52 ◦ blue 38

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

Shades of Red Orange #F53426

Tints of Red Orange #F53426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 73.13%
G = 15.52%
B = 11.34%

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

#F53426 (or 0xF53426) is known color: Red Orange. HEX triplet: F5, 34 and 26. RGB value is (245,52,38). Sum of RGB (Red+Green+Blue) = 245+52+38=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F53426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53426 is #0ACBD9. Grayscale: #6C6C6C. Windows color (decimal): -707546 or 2503925. OLE color: 2503925.

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

Color convert

RGB 245 52 38 -
CMYK 0 0.79 0.84 0.04
HSL 4.06º 0.91% 0.55% -
HSV(B) 4.06º 0.84% 0.96% -
XYZ 39.23 22.01 4.01 -
YUV 108.11 88.44 225.64 -
System Red Green Blue C M Y K H S L
Decimal 245 52 38 0 0.79 0.84 0.04 4.06 0.91 0.55
Hex F5 34 26 0 4F 54 4 4 5B 37
Octal 365 64 46 0 117 124 4 4 133 67
Binary 11110101 110100 100110 0 1001111 1010100 100 100 1011011 110111

Color Harmonies of #F53426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53426

Black with #F53426

Text Example


Text Example

White with #F53426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53426; }

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

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

background-color css

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

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

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

border-color css

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

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

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