Html Css Color HEX #FA4701 Orange Red

📋 copy color: '#FA4701'

red 250 ◦ green 71 ◦ blue 1

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

Shades of Orange Red #FA4701

Tints of Orange Red #FA4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 77.64%
G = 22.05%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA4701 (or 0xFA4701) is known color: Orange Red. HEX triplet: FA, 47 and 01. RGB value is (250,71,1). Sum of RGB (Red+Green+Blue) = 250+71+1=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4701 is #05B8FE. Grayscale: #757575. Windows color (decimal): -375039 or 83962. OLE color: 83962.

HSL color Cylindrical-coordinate representation of color #FA4701: hue angle of 16.87º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA4701 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 71 1 -
CMYK 0 0.72 1.00 0.02
HSL 16.87º 0.99% 0.49% -
HSV(B) 16.87º 1% 0.98% -
XYZ 41.68 24.83 2.62 -
YUV 116.54 62.8 223.19 -
System Red Green Blue C M Y K H S L
Decimal 250 71 1 0 0.72 1.00 0.02 16.87 0.99 0.49
Hex FA 47 1 0 48 64 2 11 63 31
Octal 372 107 1 0 110 144 2 21 143 61
Binary 11111010 1000111 1 0 1001000 1100100 10 10001 1100011 110001

Color Harmonies of #FA4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4701

Black with #FA4701

Text Example


Text Example

White with #FA4701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4701; }

 p { color: rgb(250,71,1); }

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

background-color css

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

 a { background-color: rgb(250,71,1); }

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

border-color css

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

 span { border-color: rgb(250,71,1); }

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