Html Css Color HEX #F5420D Orange Red

📋 copy color: '#F5420D'

red 245 ◦ green 66 ◦ blue 13

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

Shades of Orange Red #F5420D

Tints of Orange Red #F5420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 75.62%
G = 20.37%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5420D (or 0xF5420D) is known color: Orange Red. HEX triplet: F5, 42 and 0D. RGB value is (245,66,13). Sum of RGB (Red+Green+Blue) = 245+66+13=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F5420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5420D is #0ABDF2. Grayscale: #717171. Windows color (decimal): -703987 or 869109. OLE color: 869109.

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

Color convert

RGB 245 66 13 -
CMYK 0 0.73 0.95 0.04
HSL 13.71º 0.92% 0.51% -
HSV(B) 13.71º 0.95% 0.96% -
XYZ 39.68 23.34 2.79 -
YUV 113.48 71.3 221.81 -
System Red Green Blue C M Y K H S L
Decimal 245 66 13 0 0.73 0.95 0.04 13.71 0.92 0.51
Hex F5 42 D 0 49 5F 4 E 5C 33
Octal 365 102 15 0 111 137 4 16 134 63
Binary 11110101 1000010 1101 0 1001001 1011111 100 1110 1011100 110011

Color Harmonies of #F5420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5420D

Black with #F5420D

Text Example


Text Example

White with #F5420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5420D; }

 p { color: rgb(245,66,13); }

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

background-color css

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

 a { background-color: rgb(245,66,13); }

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

border-color css

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

 span { border-color: rgb(245,66,13); }

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