Html Css Color HEX #F33C16 Orange Red

📋 copy color: '#F33C16'

red 243 ◦ green 60 ◦ blue 22

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

Shades of Orange Red #F33C16

Tints of Orange Red #F33C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 74.77%
G = 18.46%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F33C16 (or 0xF33C16) is known color: Orange Red. HEX triplet: F3, 3C and 16. RGB value is (243,60,22). Sum of RGB (Red+Green+Blue) = 243+60+22=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33C16 is #0CC3E9. Grayscale: #6E6E6E. Windows color (decimal): -836586 or 1457395. OLE color: 1457395.

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

Color convert

RGB 243 60 22 -
CMYK 0 0.75 0.91 0.05
HSL 10.32º 0.9% 0.52% -
HSV(B) 10.32º 0.91% 0.95% -
XYZ 38.72 22.34 3.03 -
YUV 110.39 78.13 222.59 -
System Red Green Blue C M Y K H S L
Decimal 243 60 22 0 0.75 0.91 0.05 10.32 0.9 0.52
Hex F3 3C 16 0 4B 5B 5 A 5A 34
Octal 363 74 26 0 113 133 5 12 132 64
Binary 11110011 111100 10110 0 1001011 1011011 101 1010 1011010 110100

Color Harmonies of #F33C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33C16

Black with #F33C16

Text Example


Text Example

White with #F33C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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