Html Css Color HEX #FA4101 Orange Red

📋 copy color: '#FA4101'

red 250 ◦ green 65 ◦ blue 1

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

Shades of Orange Red #FA4101

Tints of Orange Red #FA4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

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

R = 79.11%
G = 20.57%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA4101 (or 0xFA4101) is known color: Orange Red. HEX triplet: FA, 41 and 01. RGB value is (250,65,1). Sum of RGB (Red+Green+Blue) = 250+65+1=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4101 is #05BEFE. Grayscale: #717171. Windows color (decimal): -376575 or 82426. OLE color: 82426.

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

Color convert

RGB 250 65 1 -
CMYK 0 0.74 1.00 0.02
HSL 15.42º 0.99% 0.49% -
HSV(B) 15.42º 1% 0.98% -
XYZ 41.32 24.11 2.5 -
YUV 113.02 64.79 225.7 -
System Red Green Blue C M Y K H S L
Decimal 250 65 1 0 0.74 1.00 0.02 15.42 0.99 0.49
Hex FA 41 1 0 4A 64 2 F 63 31
Octal 372 101 1 0 112 144 2 17 143 61
Binary 11111010 1000001 1 0 1001010 1100100 10 1111 1100011 110001

Color Harmonies of #FA4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4101

Black with #FA4101

Text Example


Text Example

White with #FA4101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4101; }

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

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

background-color css

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

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

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

border-color css

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

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

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