Html Css Color HEX #F33D20 Red Orange

📋 copy color: '#F33D20'

red 243 ◦ green 61 ◦ blue 32

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

Shades of Red Orange #F33D20

Tints of Red Orange #F33D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

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

R = 72.32%
G = 18.15%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F33D20 (or 0xF33D20) is known color: Red Orange. HEX triplet: F3, 3D and 20. RGB value is (243,61,32). Sum of RGB (Red+Green+Blue) = 243+61+32=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D20 is #0CC2DF. Grayscale: #707070. Windows color (decimal): -836320 or 2113011. OLE color: 2113011.

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

Color convert

RGB 243 61 32 -
CMYK 0 0.75 0.87 0.05
HSL 8.25º 0.9% 0.54% -
HSV(B) 8.25º 0.87% 0.95% -
XYZ 38.89 22.5 3.66 -
YUV 112.11 82.8 221.36 -
System Red Green Blue C M Y K H S L
Decimal 243 61 32 0 0.75 0.87 0.05 8.25 0.9 0.54
Hex F3 3D 20 0 4B 57 5 8 5A 36
Octal 363 75 40 0 113 127 5 10 132 66
Binary 11110011 111101 100000 0 1001011 1010111 101 1000 1011010 110110

Color Harmonies of #F33D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33D20

Black with #F33D20

Text Example


Text Example

White with #F33D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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