Html Css Color HEX #FA441A Orange Red

📋 copy color: '#FA441A'

red 250 ◦ green 68 ◦ blue 26

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

Shades of Orange Red #FA441A

Tints of Orange Red #FA441A

RGB

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

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

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

R = 72.67%
G = 19.77%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA441A (or 0xFA441A) is known color: Orange Red. HEX triplet: FA, 44 and 1A. RGB value is (250,68,26). Sum of RGB (Red+Green+Blue) = 250+68+26=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA441A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA441A is #05BBE5. Grayscale: #757575. Windows color (decimal): -375782 or 1721594. OLE color: 1721594.

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

Color convert

RGB 250 68 26 -
CMYK 0 0.73 0.90 0.02
HSL 11.25º 0.96% 0.54% -
HSV(B) 11.25º 0.9% 0.98% -
XYZ 41.68 24.53 3.52 -
YUV 117.63 76.3 222.42 -
System Red Green Blue C M Y K H S L
Decimal 250 68 26 0 0.73 0.90 0.02 11.25 0.96 0.54
Hex FA 44 1A 0 49 5A 2 B 60 36
Octal 372 104 32 0 111 132 2 13 140 66
Binary 11111010 1000100 11010 0 1001001 1011010 10 1011 1100000 110110

Color Harmonies of #FA441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA441A

Black with #FA441A

Text Example


Text Example

White with #FA441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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