Html Css Color HEX #F54104 Orange Red

📋 copy color: '#F54104'

red 245 ◦ green 65 ◦ blue 4

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

Shades of Orange Red #F54104

Tints of Orange Red #F54104

RGB

 RED value IS 245 (96.09% from 255) = 78.03%

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 78.03%
G = 20.7%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F54104 (or 0xF54104) is known color: Orange Red. HEX triplet: F5, 41 and 04. RGB value is (245,65,4). Sum of RGB (Red+Green+Blue) = 245+65+4=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F54104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54104 is #0ABEFB. Grayscale: #707070. Windows color (decimal): -704252 or 279029. OLE color: 279029.

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

Color convert

RGB 245 65 4 -
CMYK 0 0.73 0.98 0.04
HSL 15.19º 0.97% 0.49% -
HSV(B) 15.19º 0.98% 0.96% -
XYZ 39.57 23.2 2.51 -
YUV 111.87 67.13 222.96 -
System Red Green Blue C M Y K H S L
Decimal 245 65 4 0 0.73 0.98 0.04 15.19 0.97 0.49
Hex F5 41 4 0 49 62 4 F 61 31
Octal 365 101 4 0 111 142 4 17 141 61
Binary 11110101 1000001 100 0 1001001 1100010 100 1111 1100001 110001

Color Harmonies of #F54104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54104

Black with #F54104

Text Example


Text Example

White with #F54104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54104; }

 p { color: rgb(245,65,4); }

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

background-color css

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

 a { background-color: rgb(245,65,4); }

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

border-color css

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

 span { border-color: rgb(245,65,4); }

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