Html Css Color HEX #F0400D Orange Red

📋 copy color: '#F0400D'

red 240 ◦ green 64 ◦ blue 13

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

Shades of Orange Red #F0400D

Tints of Orange Red #F0400D

RGB

 RED value IS 240 (94.14% from 255) = 75.71%

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 75.71%
G = 20.19%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0400D (or 0xF0400D) is known color: Orange Red. HEX triplet: F0, 40 and 0D. RGB value is (240,64,13). Sum of RGB (Red+Green+Blue) = 240+64+13=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0400D is #0FBFF2. Grayscale: #6F6F6F. Windows color (decimal): -1032179 or 868592. OLE color: 868592.

HSL color Cylindrical-coordinate representation of color #F0400D: hue angle of 13.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0400D is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 13 -
CMYK 0 0.73 0.95 0.06
HSL 13.48º 0.9% 0.5% -
HSV(B) 13.48º 0.95% 0.94% -
XYZ 37.84 22.22 2.68 -
YUV 110.81 72.81 220.15 -
System Red Green Blue C M Y K H S L
Decimal 240 64 13 0 0.73 0.95 0.06 13.48 0.9 0.5
Hex F0 40 D 0 49 5F 6 D 5A 32
Octal 360 100 15 0 111 137 6 15 132 62
Binary 11110000 1000000 1101 0 1001001 1011111 110 1101 1011010 110010

Color Harmonies of #F0400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0400D

Black with #F0400D

Text Example


Text Example

White with #F0400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0400D; }

 p { color: rgb(240,64,13); }

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

background-color css

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

 a { background-color: rgb(240,64,13); }

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

border-color css

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

 span { border-color: rgb(240,64,13); }

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