Html Css Color HEX #F33E0E Orange Red

📋 copy color: '#F33E0E'

red 243 ◦ green 62 ◦ blue 14

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

Shades of Orange Red #F33E0E

Tints of Orange Red #F33E0E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 76.18%
G = 19.44%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F33E0E (or 0xF33E0E) is known color: Orange Red. HEX triplet: F3, 3E and 0E. RGB value is (243,62,14). Sum of RGB (Red+Green+Blue) = 243+62+14=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F33E0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33E0E is #0CC1F1. Grayscale: #6F6F6F. Windows color (decimal): -836082 or 933619. OLE color: 933619.

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

Color convert

RGB 243 62 14 -
CMYK 0 0.74 0.94 0.05
HSL 12.58º 0.91% 0.5% -
HSV(B) 12.58º 0.94% 0.95% -
XYZ 38.76 22.53 2.72 -
YUV 110.65 73.47 222.4 -
System Red Green Blue C M Y K H S L
Decimal 243 62 14 0 0.74 0.94 0.05 12.58 0.91 0.5
Hex F3 3E E 0 4A 5E 5 D 5B 32
Octal 363 76 16 0 112 136 5 15 133 62
Binary 11110011 111110 1110 0 1001010 1011110 101 1101 1011011 110010

Color Harmonies of #F33E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33E0E

Black with #F33E0E

Text Example


Text Example

White with #F33E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33E0E; }

 p { color: rgb(243,62,14); }

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

background-color css

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

 a { background-color: rgb(243,62,14); }

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

border-color css

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

 span { border-color: rgb(243,62,14); }

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