Html Css Color HEX #FA4610 Orange Red

📋 copy color: '#FA4610'

red 250 ◦ green 70 ◦ blue 16

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

Shades of Orange Red #FA4610

Tints of Orange Red #FA4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 74.4%
G = 20.83%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA4610 (or 0xFA4610) is known color: Orange Red. HEX triplet: FA, 46 and 10. RGB value is (250,70,16). Sum of RGB (Red+Green+Blue) = 250+70+16=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4610 is #05B9EF. Grayscale: #767676. Windows color (decimal): -375280 or 1066746. OLE color: 1066746.

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

Color convert

RGB 250 70 16 -
CMYK 0 0.72 0.94 0.02
HSL 13.85º 0.96% 0.52% -
HSV(B) 13.85º 0.94% 0.98% -
XYZ 41.71 24.74 3.07 -
YUV 117.66 70.63 222.39 -
System Red Green Blue C M Y K H S L
Decimal 250 70 16 0 0.72 0.94 0.02 13.85 0.96 0.52
Hex FA 46 10 0 48 5E 2 E 60 34
Octal 372 106 20 0 110 136 2 16 140 64
Binary 11111010 1000110 10000 0 1001000 1011110 10 1110 1100000 110100

Color Harmonies of #FA4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4610

Black with #FA4610

Text Example


Text Example

White with #FA4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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