Html Css Color HEX #F43812 Orange Red

📋 copy color: '#F43812'

red 244 ◦ green 56 ◦ blue 18

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

Shades of Orange Red #F43812

Tints of Orange Red #F43812

RGB

 RED value IS 244 (95.7% from 255) = 76.73%

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 76.73%
G = 17.61%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F43812 (or 0xF43812) is known color: Orange Red. HEX triplet: F4, 38 and 12. RGB value is (244,56,18). Sum of RGB (Red+Green+Blue) = 244+56+18=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F43812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43812 is #0BC7ED. Grayscale: #6C6C6C. Windows color (decimal): -772078 or 1194228. OLE color: 1194228.

HSL color Cylindrical-coordinate representation of color #F43812: hue angle of 10.09º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F43812 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 56 18 -
CMYK 0 0.77 0.93 0.04
HSL 10.09º 0.91% 0.51% -
HSV(B) 10.09º 0.93% 0.96% -
XYZ 38.83 22.11 2.79 -
YUV 107.88 77.28 225.09 -
System Red Green Blue C M Y K H S L
Decimal 244 56 18 0 0.77 0.93 0.04 10.09 0.91 0.51
Hex F4 38 12 0 4D 5D 4 A 5B 33
Octal 364 70 22 0 115 135 4 12 133 63
Binary 11110100 111000 10010 0 1001101 1011101 100 1010 1011011 110011

Color Harmonies of #F43812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43812

Black with #F43812

Text Example


Text Example

White with #F43812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43812; }

 p { color: rgb(244,56,18); }

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

background-color css

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

 a { background-color: rgb(244,56,18); }

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

border-color css

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

 span { border-color: rgb(244,56,18); }

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