#F14204

Color #F14204 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #F14204

Tints of Orange Red #F14204

Color information

#F14204 (or 0xF14204) is unknown color: approx Orange Red. HEX triplet: F1, 42 and 04. RGB value is (241,66,4). Sum of RGB (Red+Green+Blue) = 241+66+4=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F14204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14204 is #0EBDFB. Grayscale: #6F6F6F. Windows color (decimal): -966140 or 279281. OLE color: 279281.

HSL color Cylindrical-coordinate representation of color #F14204: hue angle of 15.7º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F14204 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB241664-
CMYK00.730.980.05
HSL15.7º96.73%48.04%-
HSV(B)15.7º98.34%94.51%-
XYZ38.2522.612.46-
YUV111.2667.48220.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 77.49%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=77.49%
G=21.22%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24166400.730.980.0515.796.7348.04
HexF1424049625106130
Octal3611024011114252014160
Binary111100011000010100010010011100010101100001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14204; }

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

 H1.HeaderClassName
 {
   color: #F14204;
 }
 .AnyTagClassName
 {
   color: #F14204;
 }
</style>
background-color css

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

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

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

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

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

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