Html Css Color HEX #F14418 Orange Red

📋 copy color: '#F14418'

red 241 ◦ green 68 ◦ blue 24

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

Shades of Orange Red #F14418

Tints of Orange Red #F14418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.21%

R = 72.37%
G = 20.42%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F14418 (or 0xF14418) is known color: Orange Red. HEX triplet: F1, 44 and 18. RGB value is (241,68,24). Sum of RGB (Red+Green+Blue) = 241+68+24=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F14418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14418 is #0EBBE7. Grayscale: #737373. Windows color (decimal): -965608 or 1590513. OLE color: 1590513.

HSL color Cylindrical-coordinate representation of color #F14418: hue angle of 12.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F14418 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 24 -
CMYK 0 0.72 0.90 0.05
HSL 12.17º 0.89% 0.52% -
HSV(B) 12.17º 0.9% 0.95% -
XYZ 38.51 22.9 3.25 -
YUV 114.71 76.81 218.08 -
System Red Green Blue C M Y K H S L
Decimal 241 68 24 0 0.72 0.90 0.05 12.17 0.89 0.52
Hex F1 44 18 0 48 5A 5 C 59 34
Octal 361 104 30 0 110 132 5 14 131 64
Binary 11110001 1000100 11000 0 1001000 1011010 101 1100 1011001 110100

Color Harmonies of #F14418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14418

Black with #F14418

Text Example


Text Example

White with #F14418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14418; }

 p { color: rgb(241,68,24); }

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

background-color css

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

 a { background-color: rgb(241,68,24); }

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

border-color css

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

 span { border-color: rgb(241,68,24); }

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