Html Css Color HEX #F34412 Orange Red

📋 copy color: '#F34412'

red 243 ◦ green 68 ◦ blue 18

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

Shades of Orange Red #F34412

Tints of Orange Red #F34412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 73.86%
G = 20.67%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F34412 (or 0xF34412) is known color: Orange Red. HEX triplet: F3, 44 and 12. RGB value is (243,68,18). Sum of RGB (Red+Green+Blue) = 243+68+18=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F34412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34412 is #0CBBED. Grayscale: #727272. Windows color (decimal): -834542 or 1197299. OLE color: 1197299.

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

Color convert

RGB 243 68 18 -
CMYK 0 0.72 0.93 0.05
HSL 13.33º 0.9% 0.51% -
HSV(B) 13.33º 0.93% 0.95% -
XYZ 39.14 23.23 2.99 -
YUV 114.63 73.48 219.57 -
System Red Green Blue C M Y K H S L
Decimal 243 68 18 0 0.72 0.93 0.05 13.33 0.9 0.51
Hex F3 44 12 0 48 5D 5 D 5A 33
Octal 363 104 22 0 110 135 5 15 132 63
Binary 11110011 1000100 10010 0 1001000 1011101 101 1101 1011010 110011

Color Harmonies of #F34412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34412

Black with #F34412

Text Example


Text Example

White with #F34412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34412; }

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

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

background-color css

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

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

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

border-color css

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

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

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