Html Css Color HEX #F33D10 Orange Red

📋 copy color: '#F33D10'

red 243 ◦ green 61 ◦ blue 16

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

Shades of Orange Red #F33D10

Tints of Orange Red #F33D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5%

R = 75.94%
G = 19.06%
B = 5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F33D10 (or 0xF33D10) is known color: Orange Red. HEX triplet: F3, 3D and 10. RGB value is (243,61,16). Sum of RGB (Red+Green+Blue) = 243+61+16=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33D10 is #0CC2EF. Grayscale: #6E6E6E. Windows color (decimal): -836336 or 1064435. OLE color: 1064435.

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

Color convert

RGB 243 61 16 -
CMYK 0 0.75 0.93 0.05
HSL 11.89º 0.9% 0.51% -
HSV(B) 11.89º 0.93% 0.95% -
XYZ 38.72 22.43 2.78 -
YUV 110.29 74.8 222.66 -
System Red Green Blue C M Y K H S L
Decimal 243 61 16 0 0.75 0.93 0.05 11.89 0.9 0.51
Hex F3 3D 10 0 4B 5D 5 C 5A 33
Octal 363 75 20 0 113 135 5 14 132 63
Binary 11110011 111101 10000 0 1001011 1011101 101 1100 1011010 110011

Color Harmonies of #F33D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33D10

Black with #F33D10

Text Example


Text Example

White with #F33D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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