Html Css Color HEX #F53222 Red Orange

📋 copy color: '#F53222'

red 245 ◦ green 50 ◦ blue 34

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

Shades of Red Orange #F53222

Tints of Red Orange #F53222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 34 (13.67% from 255) = 10.33%

R = 74.47%
G = 15.2%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F53222 (or 0xF53222) is known color: Red Orange. HEX triplet: F5, 32 and 22. RGB value is (245,50,34). Sum of RGB (Red+Green+Blue) = 245+50+34=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F53222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53222 is #0ACDDD. Grayscale: #6A6A6A. Windows color (decimal): -708062 or 2241269. OLE color: 2241269.

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

Color convert

RGB 245 50 34 -
CMYK 0 0.80 0.86 0.04
HSL 4.55º 0.91% 0.55% -
HSV(B) 4.55º 0.86% 0.96% -
XYZ 39.09 21.81 3.66 -
YUV 106.48 87.1 226.8 -
System Red Green Blue C M Y K H S L
Decimal 245 50 34 0 0.80 0.86 0.04 4.55 0.91 0.55
Hex F5 32 22 0 50 56 4 5 5B 37
Octal 365 62 42 0 120 126 4 5 133 67
Binary 11110101 110010 100010 0 1010000 1010110 100 101 1011011 110111

Color Harmonies of #F53222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53222

Black with #F53222

Text Example


Text Example

White with #F53222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53222; }

 p { color: rgb(245,50,34); }

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

background-color css

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

 a { background-color: rgb(245,50,34); }

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

border-color css

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

 span { border-color: rgb(245,50,34); }

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