Html Css Color HEX #F54100 Orange Red

📋 copy color: '#F54100'

red 245 ◦ green 65 ◦ blue 0

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

Shades of Orange Red #F54100

Tints of Orange Red #F54100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.03%
G = 20.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F54100 (or 0xF54100) is known color: Orange Red. HEX triplet: F5, 41 and 00. RGB value is (245,65,0). Sum of RGB (Red+Green+Blue) = 245+65+0=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F54100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54100 is #0ABEFF. Grayscale: #6F6F6F. Windows color (decimal): -704256 or 16885. OLE color: 16885.

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

Color convert

RGB 245 65 0 -
CMYK 0 0.73 1 0.04
HSL 15.92º 1% 0.48% -
HSV(B) 15.92º 1% 0.96% -
XYZ 39.55 23.19 2.39 -
YUV 111.41 65.13 223.29 -
System Red Green Blue C M Y K H S L
Decimal 245 65 0 0 0.73 1 0.04 15.92 1 0.48
Hex F5 41 0 0 49 64 4 10 64 30
Octal 365 101 0 0 111 144 4 20 144 60
Binary 11110101 1000001 0 0 1001001 1100100 100 10000 1100100 110000

Color Harmonies of #F54100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54100

Black with #F54100

Text Example


Text Example

White with #F54100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54100; }

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

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

background-color css

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

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

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

border-color css

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

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

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