Html Css Color HEX #F54308 Orange Red

📋 copy color: '#F54308'

red 245 ◦ green 67 ◦ blue 8

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

Shades of Orange Red #F54308

Tints of Orange Red #F54308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 76.56%
G = 20.94%
B = 2.5%

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

#F54308 (or 0xF54308) is known color: Orange Red. HEX triplet: F5, 43 and 08. RGB value is (245,67,8). Sum of RGB (Red+Green+Blue) = 245+67+8=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F54308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54308 is #0ABCF7. Grayscale: #717171. Windows color (decimal): -703736 or 541685. OLE color: 541685.

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

Color convert

RGB 245 67 8 -
CMYK 0 0.73 0.97 0.04
HSL 14.94º 0.94% 0.5% -
HSV(B) 14.94º 0.97% 0.96% -
XYZ 39.71 23.44 2.66 -
YUV 113.5 68.47 221.8 -
System Red Green Blue C M Y K H S L
Decimal 245 67 8 0 0.73 0.97 0.04 14.94 0.94 0.5
Hex F5 43 8 0 49 61 4 F 5E 32
Octal 365 103 10 0 111 141 4 17 136 62
Binary 11110101 1000011 1000 0 1001001 1100001 100 1111 1011110 110010

Color Harmonies of #F54308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54308

Black with #F54308

Text Example


Text Example

White with #F54308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54308; }

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

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

background-color css

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

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

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

border-color css

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

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

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