Html Css Color HEX #F4401C Red Orange

📋 copy color: '#F4401C'

red 244 ◦ green 64 ◦ blue 28

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

Shades of Red Orange #F4401C

Tints of Red Orange #F4401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.33%

R = 72.62%
G = 19.05%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4401C (or 0xF4401C) is known color: Red Orange. HEX triplet: F4, 40 and 1C. RGB value is (244,64,28). Sum of RGB (Red+Green+Blue) = 244+64+28=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F4401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4401C is #0BBFE3. Grayscale: #727272. Windows color (decimal): -770020 or 1851636. OLE color: 1851636.

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

Color convert

RGB 244 64 28 -
CMYK 0 0.74 0.89 0.04
HSL 10º 0.91% 0.53% -
HSV(B) 10º 0.89% 0.96% -
XYZ 39.35 22.98 3.46 -
YUV 113.72 79.63 220.93 -
System Red Green Blue C M Y K H S L
Decimal 244 64 28 0 0.74 0.89 0.04 10 0.91 0.53
Hex F4 40 1C 0 4A 59 4 A 5B 35
Octal 364 100 34 0 112 131 4 12 133 65
Binary 11110100 1000000 11100 0 1001010 1011001 100 1010 1011011 110101

Color Harmonies of #F4401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4401C

Black with #F4401C

Text Example


Text Example

White with #F4401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4401C; }

 p { color: rgb(244,64,28); }

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

background-color css

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

 a { background-color: rgb(244,64,28); }

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

border-color css

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

 span { border-color: rgb(244,64,28); }

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