Html Css Color HEX #F33A16 Orange Red

📋 copy color: '#F33A16'

red 243 ◦ green 58 ◦ blue 22

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

Shades of Orange Red #F33A16

Tints of Orange Red #F33A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

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

R = 75.23%
G = 17.96%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F33A16 (or 0xF33A16) is known color: Orange Red. HEX triplet: F3, 3A and 16. RGB value is (243,58,22). Sum of RGB (Red+Green+Blue) = 243+58+22=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33A16 is #0CC5E9. Grayscale: #6D6D6D. Windows color (decimal): -837098 or 1456883. OLE color: 1456883.

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

Color convert

RGB 243 58 22 -
CMYK 0 0.76 0.91 0.05
HSL 9.77º 0.9% 0.52% -
HSV(B) 9.77º 0.91% 0.95% -
XYZ 38.62 22.14 3 -
YUV 109.21 78.79 223.43 -
System Red Green Blue C M Y K H S L
Decimal 243 58 22 0 0.76 0.91 0.05 9.77 0.9 0.52
Hex F3 3A 16 0 4C 5B 5 A 5A 34
Octal 363 72 26 0 114 133 5 12 132 64
Binary 11110011 111010 10110 0 1001100 1011011 101 1010 1011010 110100

Color Harmonies of #F33A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33A16

Black with #F33A16

Text Example


Text Example

White with #F33A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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