Html Css Color HEX #F14015 Orange Red

📋 copy color: '#F14015'

red 241 ◦ green 64 ◦ blue 21

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

Shades of Orange Red #F14015

Tints of Orange Red #F14015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 73.93%
G = 19.63%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14015 (or 0xF14015) is known color: Orange Red. HEX triplet: F1, 40 and 15. RGB value is (241,64,21). Sum of RGB (Red+Green+Blue) = 241+64+21=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F14015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14015 is #0EBFEA. Grayscale: #707070. Windows color (decimal): -966635 or 1392881. OLE color: 1392881.

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

Color convert

RGB 241 64 21 -
CMYK 0 0.73 0.91 0.05
HSL 11.73º 0.89% 0.51% -
HSV(B) 11.73º 0.91% 0.95% -
XYZ 38.24 22.42 3.02 -
YUV 112.02 76.64 220 -
System Red Green Blue C M Y K H S L
Decimal 241 64 21 0 0.73 0.91 0.05 11.73 0.89 0.51
Hex F1 40 15 0 49 5B 5 C 59 33
Octal 361 100 25 0 111 133 5 14 131 63
Binary 11110001 1000000 10101 0 1001001 1011011 101 1100 1011001 110011

Color Harmonies of #F14015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14015

Black with #F14015

Text Example


Text Example

White with #F14015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14015; }

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

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

background-color css

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

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

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

border-color css

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

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

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