Html Css Color HEX #F32F20 Red Orange

📋 copy color: '#F32F20'

red 243 ◦ green 47 ◦ blue 32

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

Shades of Red Orange #F32F20

Tints of Red Orange #F32F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.6%

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

R = 75.47%
G = 14.6%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F32F20 (or 0xF32F20) is known color: Red Orange. HEX triplet: F3, 2F and 20. RGB value is (243,47,32). Sum of RGB (Red+Green+Blue) = 243+47+32=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F20 is #0CD0DF. Grayscale: #686868. Windows color (decimal): -839904 or 2109427. OLE color: 2109427.

HSL color Cylindrical-coordinate representation of color #F32F20: hue angle of 4.27º 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 #F32F20 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 47 32 -
CMYK 0 0.81 0.87 0.05
HSL 4.27º 0.9% 0.54% -
HSV(B) 4.27º 0.87% 0.95% -
XYZ 38.24 21.19 3.44 -
YUV 103.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 243 47 32 0 0.81 0.87 0.05 4.27 0.9 0.54
Hex F3 2F 20 0 51 57 5 4 5A 36
Octal 363 57 40 0 121 127 5 4 132 66
Binary 11110011 101111 100000 0 1010001 1010111 101 100 1011010 110110

Color Harmonies of #F32F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F20

Black with #F32F20

Text Example


Text Example

White with #F32F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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