Html Css Color HEX #FA460F Orange Red

📋 copy color: '#FA460F'

red 250 ◦ green 70 ◦ blue 15

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

Shades of Orange Red #FA460F

Tints of Orange Red #FA460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.48%

R = 74.63%
G = 20.9%
B = 4.48%

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

#FA460F (or 0xFA460F) is known color: Orange Red. HEX triplet: FA, 46 and 0F. RGB value is (250,70,15). Sum of RGB (Red+Green+Blue) = 250+70+15=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA460F is #05B9F0. Grayscale: #757575. Windows color (decimal): -375281 or 1001210. OLE color: 1001210.

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

Color convert

RGB 250 70 15 -
CMYK 0 0.72 0.94 0.02
HSL 14.04º 0.96% 0.52% -
HSV(B) 14.04º 0.94% 0.98% -
XYZ 41.7 24.74 3.03 -
YUV 117.55 70.13 222.47 -
System Red Green Blue C M Y K H S L
Decimal 250 70 15 0 0.72 0.94 0.02 14.04 0.96 0.52
Hex FA 46 F 0 48 5E 2 E 60 34
Octal 372 106 17 0 110 136 2 16 140 64
Binary 11111010 1000110 1111 0 1001000 1011110 10 1110 1100000 110100

Color Harmonies of #FA460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA460F

Black with #FA460F

Text Example


Text Example

White with #FA460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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