Html Css Color HEX #F5440D Orange Red

📋 copy color: '#F5440D'

red 245 ◦ green 68 ◦ blue 13

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

Shades of Orange Red #F5440D

Tints of Orange Red #F5440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 75.15%
G = 20.86%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5440D (or 0xF5440D) is known color: Orange Red. HEX triplet: F5, 44 and 0D. RGB value is (245,68,13). Sum of RGB (Red+Green+Blue) = 245+68+13=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5440D is #0ABBF2. Grayscale: #737373. Windows color (decimal): -703475 or 869621. OLE color: 869621.

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

Color convert

RGB 245 68 13 -
CMYK 0 0.72 0.95 0.04
HSL 14.22º 0.92% 0.51% -
HSV(B) 14.22º 0.95% 0.96% -
XYZ 39.8 23.58 2.83 -
YUV 114.65 70.64 220.97 -
System Red Green Blue C M Y K H S L
Decimal 245 68 13 0 0.72 0.95 0.04 14.22 0.92 0.51
Hex F5 44 D 0 48 5F 4 E 5C 33
Octal 365 104 15 0 110 137 4 16 134 63
Binary 11110101 1000100 1101 0 1001000 1011111 100 1110 1011100 110011

Color Harmonies of #F5440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5440D

Black with #F5440D

Text Example


Text Example

White with #F5440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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