Html Css Color HEX #F33912 Orange Red

📋 copy color: '#F33912'

red 243 ◦ green 57 ◦ blue 18

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

Shades of Orange Red #F33912

Tints of Orange Red #F33912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 76.42%
G = 17.92%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F33912 (or 0xF33912) is known color: Orange Red. HEX triplet: F3, 39 and 12. RGB value is (243,57,18). Sum of RGB (Red+Green+Blue) = 243+57+18=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F33912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33912 is #0CC6ED. Grayscale: #6C6C6C. Windows color (decimal): -837358 or 1194483. OLE color: 1194483.

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

Color convert

RGB 243 57 18 -
CMYK 0 0.77 0.93 0.05
HSL 10.4º 0.9% 0.51% -
HSV(B) 10.4º 0.93% 0.95% -
XYZ 38.53 22.02 2.79 -
YUV 108.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 243 57 18 0 0.77 0.93 0.05 10.4 0.9 0.51
Hex F3 39 12 0 4D 5D 5 A 5A 33
Octal 363 71 22 0 115 135 5 12 132 63
Binary 11110011 111001 10010 0 1001101 1011101 101 1010 1011010 110011

Color Harmonies of #F33912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33912

Black with #F33912

Text Example


Text Example

White with #F33912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33912; }

 p { color: rgb(243,57,18); }

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

background-color css

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

 a { background-color: rgb(243,57,18); }

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

border-color css

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

 span { border-color: rgb(243,57,18); }

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