Html Css Color HEX #F54410 Orange Red

📋 copy color: '#F54410'

red 245 ◦ green 68 ◦ blue 16

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

Shades of Orange Red #F54410

Tints of Orange Red #F54410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 74.47%
G = 20.67%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54410 (or 0xF54410) is known color: Orange Red. HEX triplet: F5, 44 and 10. RGB value is (245,68,16). Sum of RGB (Red+Green+Blue) = 245+68+16=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F54410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54410 is #0ABBEF. Grayscale: #737373. Windows color (decimal): -703472 or 1066229. OLE color: 1066229.

HSL color Cylindrical-coordinate representation of color #F54410: hue angle of 13.62º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F54410 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 68 16 -
CMYK 0 0.72 0.93 0.04
HSL 13.62º 0.92% 0.51% -
HSV(B) 13.62º 0.93% 0.96% -
XYZ 39.82 23.58 2.94 -
YUV 115 72.14 220.73 -
System Red Green Blue C M Y K H S L
Decimal 245 68 16 0 0.72 0.93 0.04 13.62 0.92 0.51
Hex F5 44 10 0 48 5D 4 E 5C 33
Octal 365 104 20 0 110 135 4 16 134 63
Binary 11110101 1000100 10000 0 1001000 1011101 100 1110 1011100 110011

Color Harmonies of #F54410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54410

Black with #F54410

Text Example


Text Example

White with #F54410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54410; }

 p { color: rgb(245,68,16); }

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

background-color css

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

 a { background-color: rgb(245,68,16); }

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

border-color css

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

 span { border-color: rgb(245,68,16); }

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