Html Css Color HEX #F54A17 Orange Red

📋 copy color: '#F54A17'

red 245 ◦ green 74 ◦ blue 23

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

Shades of Orange Red #F54A17

Tints of Orange Red #F54A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

 BLUE value IS 23 (9.38% from 255) = 6.73%

R = 71.64%
G = 21.64%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F54A17 (or 0xF54A17) is known color: Orange Red. HEX triplet: F5, 4A and 17. RGB value is (245,74,23). Sum of RGB (Red+Green+Blue) = 245+74+23=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54A17 is #0AB5E8. Grayscale: #777777. Windows color (decimal): -701929 or 1526517. OLE color: 1526517.

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

Color convert

RGB 245 74 23 -
CMYK 0 0.70 0.91 0.04
HSL 13.78º 0.92% 0.53% -
HSV(B) 13.78º 0.91% 0.96% -
XYZ 40.26 24.37 3.39 -
YUV 119.32 73.65 217.65 -
System Red Green Blue C M Y K H S L
Decimal 245 74 23 0 0.70 0.91 0.04 13.78 0.92 0.53
Hex F5 4A 17 0 46 5B 4 E 5C 35
Octal 365 112 27 0 106 133 4 16 134 65
Binary 11110101 1001010 10111 0 1000110 1011011 100 1110 1011100 110101

Color Harmonies of #F54A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54A17

Black with #F54A17

Text Example


Text Example

White with #F54A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54A17; }

 p { color: rgb(245,74,23); }

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

background-color css

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

 a { background-color: rgb(245,74,23); }

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

border-color css

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

 span { border-color: rgb(245,74,23); }

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