Html Css Color HEX #F14218 Orange Red

📋 copy color: '#F14218'

red 241 ◦ green 66 ◦ blue 24

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

Shades of Orange Red #F14218

Tints of Orange Red #F14218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 72.81%
G = 19.94%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F14218 (or 0xF14218) is known color: Orange Red. HEX triplet: F1, 42 and 18. RGB value is (241,66,24). Sum of RGB (Red+Green+Blue) = 241+66+24=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F14218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14218 is #0EBDE7. Grayscale: #717171. Windows color (decimal): -966120 or 1590001. OLE color: 1590001.

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

Color convert

RGB 241 66 24 -
CMYK 0 0.73 0.90 0.05
HSL 11.61º 0.89% 0.52% -
HSV(B) 11.61º 0.9% 0.95% -
XYZ 38.39 22.66 3.22 -
YUV 113.54 77.48 218.92 -
System Red Green Blue C M Y K H S L
Decimal 241 66 24 0 0.73 0.90 0.05 11.61 0.89 0.52
Hex F1 42 18 0 49 5A 5 C 59 34
Octal 361 102 30 0 111 132 5 14 131 64
Binary 11110001 1000010 11000 0 1001001 1011010 101 1100 1011001 110100

Color Harmonies of #F14218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14218

Black with #F14218

Text Example


Text Example

White with #F14218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14218; }

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

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

background-color css

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

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

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

border-color css

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

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

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