Html Css Color HEX #F34112 Orange Red

📋 copy color: '#F34112'

red 243 ◦ green 65 ◦ blue 18

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

Shades of Orange Red #F34112

Tints of Orange Red #F34112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 74.54%
G = 19.94%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F34112 (or 0xF34112) is known color: Orange Red. HEX triplet: F3, 41 and 12. RGB value is (243,65,18). Sum of RGB (Red+Green+Blue) = 243+65+18=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F34112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34112 is #0CBEED. Grayscale: #717171. Windows color (decimal): -835310 or 1196531. OLE color: 1196531.

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

Color convert

RGB 243 65 18 -
CMYK 0 0.73 0.93 0.05
HSL 12.53º 0.9% 0.51% -
HSV(B) 12.53º 0.93% 0.95% -
XYZ 38.96 22.88 2.93 -
YUV 112.86 74.47 220.82 -
System Red Green Blue C M Y K H S L
Decimal 243 65 18 0 0.73 0.93 0.05 12.53 0.9 0.51
Hex F3 41 12 0 49 5D 5 D 5A 33
Octal 363 101 22 0 111 135 5 15 132 63
Binary 11110011 1000001 10010 0 1001001 1011101 101 1101 1011010 110011

Color Harmonies of #F34112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34112

Black with #F34112

Text Example


Text Example

White with #F34112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34112; }

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

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

background-color css

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

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

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

border-color css

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

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

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