Html Css Color HEX #F33C11 Orange Red

📋 copy color: '#F33C11'

red 243 ◦ green 60 ◦ blue 17

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

Shades of Orange Red #F33C11

Tints of Orange Red #F33C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.75%

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 75.94%
G = 18.75%
B = 5.31%

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

#F33C11 (or 0xF33C11) is known color: Orange Red. HEX triplet: F3, 3C and 11. RGB value is (243,60,17). Sum of RGB (Red+Green+Blue) = 243+60+17=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33C11 is #0CC3EE. Grayscale: #6E6E6E. Windows color (decimal): -836591 or 1129715. OLE color: 1129715.

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

Color convert

RGB 243 60 17 -
CMYK 0 0.75 0.93 0.05
HSL 11.42º 0.9% 0.51% -
HSV(B) 11.42º 0.93% 0.95% -
XYZ 38.68 22.33 2.8 -
YUV 109.82 75.63 223 -
System Red Green Blue C M Y K H S L
Decimal 243 60 17 0 0.75 0.93 0.05 11.42 0.9 0.51
Hex F3 3C 11 0 4B 5D 5 B 5A 33
Octal 363 74 21 0 113 135 5 13 132 63
Binary 11110011 111100 10001 0 1001011 1011101 101 1011 1011010 110011

Color Harmonies of #F33C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33C11

Black with #F33C11

Text Example


Text Example

White with #F33C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33C11; }

 p { color: rgb(243,60,17); }

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

background-color css

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

 a { background-color: rgb(243,60,17); }

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

border-color css

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

 span { border-color: rgb(243,60,17); }

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