Html Css Color HEX #F33620 Red Orange

📋 copy color: '#F33620'

red 243 ◦ green 54 ◦ blue 32

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

Shades of Red Orange #F33620

Tints of Red Orange #F33620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

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

R = 73.86%
G = 16.41%
B = 9.73%

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

#F33620 (or 0xF33620) is known color: Red Orange. HEX triplet: F3, 36 and 20. RGB value is (243,54,32). Sum of RGB (Red+Green+Blue) = 243+54+32=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F33620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33620 is #0CC9DF. Grayscale: #6C6C6C. Windows color (decimal): -838112 or 2111219. OLE color: 2111219.

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

Color convert

RGB 243 54 32 -
CMYK 0 0.78 0.87 0.05
HSL 6.26º 0.9% 0.54% -
HSV(B) 6.26º 0.87% 0.95% -
XYZ 38.54 21.8 3.54 -
YUV 108 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 243 54 32 0 0.78 0.87 0.05 6.26 0.9 0.54
Hex F3 36 20 0 4E 57 5 6 5A 36
Octal 363 66 40 0 116 127 5 6 132 66
Binary 11110011 110110 100000 0 1001110 1010111 101 110 1011010 110110

Color Harmonies of #F33620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33620

Black with #F33620

Text Example


Text Example

White with #F33620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33620; }

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

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

background-color css

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

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

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

border-color css

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

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

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