Html Css Color HEX #F54908 Orange Red

📋 copy color: '#F54908'

red 245 ◦ green 73 ◦ blue 8

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

Shades of Orange Red #F54908

Tints of Orange Red #F54908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.39%

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

R = 75.15%
G = 22.39%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F54908 (or 0xF54908) is known color: Orange Red. HEX triplet: F5, 49 and 08. RGB value is (245,73,8). Sum of RGB (Red+Green+Blue) = 245+73+8=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F54908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54908 is #0AB6F7. Grayscale: #757575. Windows color (decimal): -702200 or 543221. OLE color: 543221.

HSL color Cylindrical-coordinate representation of color #F54908: hue angle of 16.46º 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 #F54908 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 8 -
CMYK 0 0.70 0.97 0.04
HSL 16.46º 0.94% 0.5% -
HSV(B) 16.46º 0.97% 0.96% -
XYZ 40.08 24.2 2.79 -
YUV 117.02 66.48 219.29 -
System Red Green Blue C M Y K H S L
Decimal 245 73 8 0 0.70 0.97 0.04 16.46 0.94 0.5
Hex F5 49 8 0 46 61 4 10 5E 32
Octal 365 111 10 0 106 141 4 20 136 62
Binary 11110101 1001001 1000 0 1000110 1100001 100 10000 1011110 110010

Color Harmonies of #F54908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54908

Black with #F54908

Text Example


Text Example

White with #F54908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54908; }

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

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

background-color css

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

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

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

border-color css

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

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

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