Html Css Color HEX #FA9101 Dark Orange

📋 copy color: '#FA9101'

red 250 ◦ green 145 ◦ blue 1

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

Shades of Dark Orange #FA9101

Tints of Dark Orange #FA9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 63.13%
G = 36.62%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA9101 (or 0xFA9101) is known color: Dark Orange. HEX triplet: FA, 91 and 01. RGB value is (250,145,1). Sum of RGB (Red+Green+Blue) = 250+145+1=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9101 is #056EFE. Grayscale: #A0A0A0. Windows color (decimal): -356095 or 102906. OLE color: 102906.

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

Color convert

RGB 250 145 1 -
CMYK 0 0.42 1.00 0.02
HSL 34.7º 0.99% 0.49% -
HSV(B) 34.7º 1% 0.98% -
XYZ 49.56 40.58 5.25 -
YUV 159.98 38.29 192.21 -
System Red Green Blue C M Y K H S L
Decimal 250 145 1 0 0.42 1.00 0.02 34.7 0.99 0.49
Hex FA 91 1 0 2A 64 2 23 63 31
Octal 372 221 1 0 52 144 2 43 143 61
Binary 11111010 10010001 1 0 101010 1100100 10 100011 1100011 110001

Color Harmonies of #FA9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9101

Black with #FA9101

Text Example


Text Example

White with #FA9101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9101; }

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

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

background-color css

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

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

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

border-color css

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

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

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