Html Css Color HEX #F4430E Orange Red

📋 copy color: '#F4430E'

red 244 ◦ green 67 ◦ blue 14

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

Shades of Orange Red #F4430E

Tints of Orange Red #F4430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 75.08%
G = 20.62%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4430E (or 0xF4430E) is known color: Orange Red. HEX triplet: F4, 43 and 0E. RGB value is (244,67,14). Sum of RGB (Red+Green+Blue) = 244+67+14=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F4430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4430E is #0BBCF1. Grayscale: #727272. Windows color (decimal): -769266 or 934900. OLE color: 934900.

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

Color convert

RGB 244 67 14 -
CMYK 0 0.73 0.94 0.04
HSL 13.83º 0.91% 0.51% -
HSV(B) 13.83º 0.94% 0.96% -
XYZ 39.39 23.28 2.83 -
YUV 113.88 71.64 220.81 -
System Red Green Blue C M Y K H S L
Decimal 244 67 14 0 0.73 0.94 0.04 13.83 0.91 0.51
Hex F4 43 E 0 49 5E 4 E 5B 33
Octal 364 103 16 0 111 136 4 16 133 63
Binary 11110100 1000011 1110 0 1001001 1011110 100 1110 1011011 110011

Color Harmonies of #F4430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4430E

Black with #F4430E

Text Example


Text Example

White with #F4430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4430E; }

 p { color: rgb(244,67,14); }

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

background-color css

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

 a { background-color: rgb(244,67,14); }

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

border-color css

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

 span { border-color: rgb(244,67,14); }

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