Html Css Color HEX #FA9102 Dark Orange

📋 copy color: '#FA9102'

red 250 ◦ green 145 ◦ blue 2

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

Shades of Dark Orange #FA9102

Tints of Dark Orange #FA9102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 62.97%
G = 36.52%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA9102 (or 0xFA9102) is known color: Dark Orange. HEX triplet: FA, 91 and 02. RGB value is (250,145,2). Sum of RGB (Red+Green+Blue) = 250+145+2=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9102 is #056EFD. Grayscale: #A0A0A0. Windows color (decimal): -356094 or 168442. OLE color: 168442.

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

Color convert

RGB 250 145 2 -
CMYK 0 0.42 0.99 0.02
HSL 34.6º 0.98% 0.49% -
HSV(B) 34.6º 0.99% 0.98% -
XYZ 49.56 40.58 5.28 -
YUV 160.09 38.79 192.13 -
System Red Green Blue C M Y K H S L
Decimal 250 145 2 0 0.42 0.99 0.02 34.6 0.98 0.49
Hex FA 91 2 0 2A 63 2 23 62 31
Octal 372 221 2 0 52 143 2 43 142 61
Binary 11111010 10010001 10 0 101010 1100011 10 100011 1100010 110001

Color Harmonies of #FA9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9102

Black with #FA9102

Text Example


Text Example

White with #FA9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9102; }

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

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

background-color css

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

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

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

border-color css

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

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

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