Html Css Color HEX #FA440E Orange Red

📋 copy color: '#FA440E'

red 250 ◦ green 68 ◦ blue 14

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

Shades of Orange Red #FA440E

Tints of Orange Red #FA440E

RGB

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

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

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

R = 75.3%
G = 20.48%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA440E (or 0xFA440E) is known color: Orange Red. HEX triplet: FA, 44 and 0E. RGB value is (250,68,14). Sum of RGB (Red+Green+Blue) = 250+68+14=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA440E is #05BBF1. Grayscale: #747474. Windows color (decimal): -375794 or 935162. OLE color: 935162.

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

Color convert

RGB 250 68 14 -
CMYK 0 0.73 0.94 0.02
HSL 13.73º 0.96% 0.52% -
HSV(B) 13.73º 0.94% 0.98% -
XYZ 41.57 24.49 2.95 -
YUV 116.26 70.3 223.39 -
System Red Green Blue C M Y K H S L
Decimal 250 68 14 0 0.73 0.94 0.02 13.73 0.96 0.52
Hex FA 44 E 0 49 5E 2 E 60 34
Octal 372 104 16 0 111 136 2 16 140 64
Binary 11111010 1000100 1110 0 1001001 1011110 10 1110 1100000 110100

Color Harmonies of #FA440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA440E

Black with #FA440E

Text Example


Text Example

White with #FA440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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