Html Css Color HEX #F14812 Orange Red

📋 copy color: '#F14812'

red 241 ◦ green 72 ◦ blue 18

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

Shades of Orange Red #F14812

Tints of Orange Red #F14812

RGB

 RED value IS 241 (94.53% from 255) = 72.81%

 GREEN value IS 72 (28.52% from 255) = 21.75%

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

R = 72.81%
G = 21.75%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F14812 (or 0xF14812) is known color: Orange Red. HEX triplet: F1, 48 and 12. RGB value is (241,72,18). Sum of RGB (Red+Green+Blue) = 241+72+18=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F14812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14812 is #0EB7ED. Grayscale: #747474. Windows color (decimal): -964590 or 1198321. OLE color: 1198321.

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

Color convert

RGB 241 72 18 -
CMYK 0 0.70 0.93 0.05
HSL 14.53º 0.89% 0.51% -
HSV(B) 14.53º 0.93% 0.95% -
XYZ 38.7 23.38 3.05 -
YUV 116.38 72.49 216.89 -
System Red Green Blue C M Y K H S L
Decimal 241 72 18 0 0.70 0.93 0.05 14.53 0.89 0.51
Hex F1 48 12 0 46 5D 5 F 59 33
Octal 361 110 22 0 106 135 5 17 131 63
Binary 11110001 1001000 10010 0 1000110 1011101 101 1111 1011001 110011

Color Harmonies of #F14812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14812

Black with #F14812

Text Example


Text Example

White with #F14812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14812; }

 p { color: rgb(241,72,18); }

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

background-color css

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

 a { background-color: rgb(241,72,18); }

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

border-color css

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

 span { border-color: rgb(241,72,18); }

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