Html Css Color HEX #F54105 Orange Red

📋 copy color: '#F54105'

red 245 ◦ green 65 ◦ blue 5

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

Shades of Orange Red #F54105

Tints of Orange Red #F54105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 77.78%
G = 20.63%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F54105 (or 0xF54105) is known color: Orange Red. HEX triplet: F5, 41 and 05. RGB value is (245,65,5). Sum of RGB (Red+Green+Blue) = 245+65+5=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F54105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54105 is #0ABEFA. Grayscale: #707070. Windows color (decimal): -704251 or 344565. OLE color: 344565.

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

Color convert

RGB 245 65 5 -
CMYK 0 0.73 0.98 0.04
HSL 15º 0.96% 0.49% -
HSV(B) 15º 0.98% 0.96% -
XYZ 39.57 23.2 2.54 -
YUV 111.98 67.63 222.88 -
System Red Green Blue C M Y K H S L
Decimal 245 65 5 0 0.73 0.98 0.04 15 0.96 0.49
Hex F5 41 5 0 49 62 4 F 60 31
Octal 365 101 5 0 111 142 4 17 140 61
Binary 11110101 1000001 101 0 1001001 1100010 100 1111 1100000 110001

Color Harmonies of #F54105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54105

Black with #F54105

Text Example


Text Example

White with #F54105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54105; }

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

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

background-color css

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

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

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

border-color css

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

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

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