Html Css Color HEX #F14615 Orange Red

📋 copy color: '#F14615'

red 241 ◦ green 70 ◦ blue 21

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

Shades of Orange Red #F14615

Tints of Orange Red #F14615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 72.59%
G = 21.08%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14615 (or 0xF14615) is known color: Orange Red. HEX triplet: F1, 46 and 15. RGB value is (241,70,21). Sum of RGB (Red+Green+Blue) = 241+70+21=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F14615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14615 is #0EB9EA. Grayscale: #737373. Windows color (decimal): -965099 or 1394417. OLE color: 1394417.

HSL color Cylindrical-coordinate representation of color #F14615: hue angle of 13.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F14615 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 21 -
CMYK 0 0.71 0.91 0.05
HSL 13.36º 0.89% 0.51% -
HSV(B) 13.36º 0.91% 0.95% -
XYZ 38.6 23.14 3.14 -
YUV 115.54 74.65 217.48 -
System Red Green Blue C M Y K H S L
Decimal 241 70 21 0 0.71 0.91 0.05 13.36 0.89 0.51
Hex F1 46 15 0 47 5B 5 D 59 33
Octal 361 106 25 0 107 133 5 15 131 63
Binary 11110001 1000110 10101 0 1000111 1011011 101 1101 1011001 110011

Color Harmonies of #F14615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14615

Black with #F14615

Text Example


Text Example

White with #F14615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14615; }

 p { color: rgb(241,70,21); }

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

background-color css

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

 a { background-color: rgb(241,70,21); }

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

border-color css

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

 span { border-color: rgb(241,70,21); }

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