Html Css Color HEX #FA4010 Orange Red

📋 copy color: '#FA4010'

red 250 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #FA4010

Tints of Orange Red #FA4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 75.76%
G = 19.39%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA4010 (or 0xFA4010) is known color: Orange Red. HEX triplet: FA, 40 and 10. RGB value is (250,64,16). Sum of RGB (Red+Green+Blue) = 250+64+16=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4010 is #05BFEF. Grayscale: #727272. Windows color (decimal): -376816 or 1065210. OLE color: 1065210.

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

Color convert

RGB 250 64 16 -
CMYK 0 0.74 0.94 0.02
HSL 12.31º 0.96% 0.52% -
HSV(B) 12.31º 0.94% 0.98% -
XYZ 41.35 24.03 2.95 -
YUV 114.14 72.62 224.9 -
System Red Green Blue C M Y K H S L
Decimal 250 64 16 0 0.74 0.94 0.02 12.31 0.96 0.52
Hex FA 40 10 0 4A 5E 2 C 60 34
Octal 372 100 20 0 112 136 2 14 140 64
Binary 11111010 1000000 10000 0 1001010 1011110 10 1100 1100000 110100

Color Harmonies of #FA4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4010

Black with #FA4010

Text Example


Text Example

White with #FA4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4010; }

 p { color: rgb(250,64,16); }

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

background-color css

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

 a { background-color: rgb(250,64,16); }

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

border-color css

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

 span { border-color: rgb(250,64,16); }

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