Html Css Color HEX #FA441E Red Orange

📋 copy color: '#FA441E'

red 250 ◦ green 68 ◦ blue 30

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

Shades of Red Orange #FA441E

Tints of Red Orange #FA441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 71.84%
G = 19.54%
B = 8.62%

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

#FA441E (or 0xFA441E) is known color: Red Orange. HEX triplet: FA, 44 and 1E. RGB value is (250,68,30). Sum of RGB (Red+Green+Blue) = 250+68+30=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA441E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA441E is #05BBE1. Grayscale: #767676. Windows color (decimal): -375778 or 1983738. OLE color: 1983738.

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

Color convert

RGB 250 68 30 -
CMYK 0 0.73 0.88 0.02
HSL 10.36º 0.96% 0.55% -
HSV(B) 10.36º 0.88% 0.98% -
XYZ 41.73 24.55 3.77 -
YUV 118.09 78.3 222.09 -
System Red Green Blue C M Y K H S L
Decimal 250 68 30 0 0.73 0.88 0.02 10.36 0.96 0.55
Hex FA 44 1E 0 49 58 2 A 60 37
Octal 372 104 36 0 111 130 2 12 140 67
Binary 11111010 1000100 11110 0 1001001 1011000 10 1010 1100000 110111

Color Harmonies of #FA441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA441E

Black with #FA441E

Text Example


Text Example

White with #FA441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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