Html Css Color HEX #F54714 Orange Red

📋 copy color: '#F54714'

red 245 ◦ green 71 ◦ blue 20

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

Shades of Orange Red #F54714

Tints of Orange Red #F54714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 72.92%
G = 21.13%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F54714 (or 0xF54714) is known color: Orange Red. HEX triplet: F5, 47 and 14. RGB value is (245,71,20). Sum of RGB (Red+Green+Blue) = 245+71+20=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F54714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54714 is #0AB8EB. Grayscale: #757575. Windows color (decimal): -702700 or 1329141. OLE color: 1329141.

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

Color convert

RGB 245 71 20 -
CMYK 0 0.71 0.92 0.04
HSL 13.6º 0.92% 0.52% -
HSV(B) 13.6º 0.92% 0.96% -
XYZ 40.04 23.97 3.18 -
YUV 117.21 73.15 219.15 -
System Red Green Blue C M Y K H S L
Decimal 245 71 20 0 0.71 0.92 0.04 13.6 0.92 0.52
Hex F5 47 14 0 47 5C 4 E 5C 34
Octal 365 107 24 0 107 134 4 16 134 64
Binary 11110101 1000111 10100 0 1000111 1011100 100 1110 1011100 110100

Color Harmonies of #F54714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54714

Black with #F54714

Text Example


Text Example

White with #F54714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54714; }

 p { color: rgb(245,71,20); }

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

background-color css

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

 a { background-color: rgb(245,71,20); }

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

border-color css

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

 span { border-color: rgb(245,71,20); }

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