Html Css Color HEX #F4460D Orange Red

📋 copy color: '#F4460D'

red 244 ◦ green 70 ◦ blue 13

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

Shades of Orange Red #F4460D

Tints of Orange Red #F4460D

RGB

 RED value IS 244 (95.7% from 255) = 74.62%

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 74.62%
G = 21.41%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4460D (or 0xF4460D) is known color: Orange Red. HEX triplet: F4, 46 and 0D. RGB value is (244,70,13). Sum of RGB (Red+Green+Blue) = 244+70+13=327 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.62% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 244 - color contains mainly: red. Hex color #F4460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4460D is #0BB9F2. Grayscale: #737373. Windows color (decimal): -768499 or 870132. OLE color: 870132.

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

Color convert

RGB 244 70 13 -
CMYK 0 0.71 0.95 0.04
HSL 14.81º 0.91% 0.5% -
HSV(B) 14.81º 0.95% 0.96% -
XYZ 39.57 23.64 2.86 -
YUV 115.53 70.15 219.63 -
System Red Green Blue C M Y K H S L
Decimal 244 70 13 0 0.71 0.95 0.04 14.81 0.91 0.5
Hex F4 46 D 0 47 5F 4 F 5B 32
Octal 364 106 15 0 107 137 4 17 133 62
Binary 11110100 1000110 1101 0 1000111 1011111 100 1111 1011011 110010

Color Harmonies of #F4460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4460D

Black with #F4460D

Text Example


Text Example

White with #F4460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4460D; }

 p { color: rgb(244,70,13); }

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

background-color css

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

 a { background-color: rgb(244,70,13); }

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

border-color css

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

 span { border-color: rgb(244,70,13); }

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