Html Css Color HEX #F4421A Orange Red

📋 copy color: '#F4421A'

red 244 ◦ green 66 ◦ blue 26

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

Shades of Orange Red #F4421A

Tints of Orange Red #F4421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

 BLUE value IS 26 (10.55% from 255) = 7.74%

R = 72.62%
G = 19.64%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4421A (or 0xF4421A) is known color: Orange Red. HEX triplet: F4, 42 and 1A. RGB value is (244,66,26). Sum of RGB (Red+Green+Blue) = 244+66+26=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F4421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4421A is #0BBDE5. Grayscale: #737373. Windows color (decimal): -769510 or 1721076. OLE color: 1721076.

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

Color convert

RGB 244 66 26 -
CMYK 0 0.73 0.89 0.04
HSL 11.01º 0.91% 0.53% -
HSV(B) 11.01º 0.89% 0.96% -
XYZ 39.44 23.2 3.38 -
YUV 114.66 77.97 220.25 -
System Red Green Blue C M Y K H S L
Decimal 244 66 26 0 0.73 0.89 0.04 11.01 0.91 0.53
Hex F4 42 1A 0 49 59 4 B 5B 35
Octal 364 102 32 0 111 131 4 13 133 65
Binary 11110100 1000010 11010 0 1001001 1011001 100 1011 1011011 110101

Color Harmonies of #F4421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4421A

Black with #F4421A

Text Example


Text Example

White with #F4421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4421A; }

 p { color: rgb(244,66,26); }

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

background-color css

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

 a { background-color: rgb(244,66,26); }

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

border-color css

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

 span { border-color: rgb(244,66,26); }

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