Html Css Color HEX #F54108 Orange Red

📋 copy color: '#F54108'

red 245 ◦ green 65 ◦ blue 8

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

Shades of Orange Red #F54108

Tints of Orange Red #F54108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 77.04%
G = 20.44%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F54108 (or 0xF54108) is known color: Orange Red. HEX triplet: F5, 41 and 08. RGB value is (245,65,8). Sum of RGB (Red+Green+Blue) = 245+65+8=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F54108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54108 is #0ABEF7. Grayscale: #707070. Windows color (decimal): -704248 or 541173. OLE color: 541173.

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

Color convert

RGB 245 65 8 -
CMYK 0 0.73 0.97 0.04
HSL 14.43º 0.94% 0.5% -
HSV(B) 14.43º 0.97% 0.96% -
XYZ 39.59 23.21 2.62 -
YUV 112.32 69.13 222.63 -
System Red Green Blue C M Y K H S L
Decimal 245 65 8 0 0.73 0.97 0.04 14.43 0.94 0.5
Hex F5 41 8 0 49 61 4 E 5E 32
Octal 365 101 10 0 111 141 4 16 136 62
Binary 11110101 1000001 1000 0 1001001 1100001 100 1110 1011110 110010

Color Harmonies of #F54108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54108

Black with #F54108

Text Example


Text Example

White with #F54108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54108; }

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

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

background-color css

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

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

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

border-color css

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

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

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