Html Css Color HEX #FA441D Red Orange

📋 copy color: '#FA441D'

red 250 ◦ green 68 ◦ blue 29

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

Shades of Red Orange #FA441D

Tints of Red Orange #FA441D

RGB

 RED value IS 250 (98.05% from 255) = 72.05%

 GREEN value IS 68 (26.95% from 255) = 19.6%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 72.05%
G = 19.6%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA441D (or 0xFA441D) is known color: Red Orange. HEX triplet: FA, 44 and 1D. RGB value is (250,68,29). Sum of RGB (Red+Green+Blue) = 250+68+29=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA441D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA441D is #05BBE2. Grayscale: #767676. Windows color (decimal): -375779 or 1918202. OLE color: 1918202.

HSL color Cylindrical-coordinate representation of color #FA441D: hue angle of 10.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA441D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 68 29 -
CMYK 0 0.73 0.88 0.02
HSL 10.59º 0.96% 0.55% -
HSV(B) 10.59º 0.88% 0.98% -
XYZ 41.71 24.55 3.7 -
YUV 117.97 77.8 222.17 -
System Red Green Blue C M Y K H S L
Decimal 250 68 29 0 0.73 0.88 0.02 10.59 0.96 0.55
Hex FA 44 1D 0 49 58 2 B 60 37
Octal 372 104 35 0 111 130 2 13 140 67
Binary 11111010 1000100 11101 0 1001001 1011000 10 1011 1100000 110111

Color Harmonies of #FA441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA441D

Black with #FA441D

Text Example


Text Example

White with #FA441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA441D; }

 p { color: rgb(250,68,29); }

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

background-color css

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

 a { background-color: rgb(250,68,29); }

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

border-color css

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

 span { border-color: rgb(250,68,29); }

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