Html Css Color HEX #F33520 Red Orange

📋 copy color: '#F33520'

red 243 ◦ green 53 ◦ blue 32

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

Shades of Red Orange #F33520

Tints of Red Orange #F33520

RGB

 RED value IS 243 (95.31% from 255) = 74.09%

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 74.09%
G = 16.16%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F33520 (or 0xF33520) is known color: Red Orange. HEX triplet: F3, 35 and 20. RGB value is (243,53,32). Sum of RGB (Red+Green+Blue) = 243+53+32=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F33520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33520 is #0CCADF. Grayscale: #6B6B6B. Windows color (decimal): -838368 or 2110963. OLE color: 2110963.

HSL color Cylindrical-coordinate representation of color #F33520: hue angle of 5.97º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F33520 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 53 32 -
CMYK 0 0.78 0.87 0.05
HSL 5.97º 0.9% 0.54% -
HSV(B) 5.97º 0.87% 0.95% -
XYZ 38.5 21.71 3.53 -
YUV 107.42 85.45 224.71 -
System Red Green Blue C M Y K H S L
Decimal 243 53 32 0 0.78 0.87 0.05 5.97 0.9 0.54
Hex F3 35 20 0 4E 57 5 6 5A 36
Octal 363 65 40 0 116 127 5 6 132 66
Binary 11110011 110101 100000 0 1001110 1010111 101 110 1011010 110110

Color Harmonies of #F33520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33520

Black with #F33520

Text Example


Text Example

White with #F33520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33520; }

 p { color: rgb(243,53,32); }

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

background-color css

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

 a { background-color: rgb(243,53,32); }

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

border-color css

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

 span { border-color: rgb(243,53,32); }

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