Html Css Color HEX #FA900A Dark Orange

📋 copy color: '#FA900A'

red 250 ◦ green 144 ◦ blue 10

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

Shades of Dark Orange #FA900A

Tints of Dark Orange #FA900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 61.88%
G = 35.64%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA900A (or 0xFA900A) is known color: Dark Orange. HEX triplet: FA, 90 and 0A. RGB value is (250,144,10). Sum of RGB (Red+Green+Blue) = 250+144+10=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA900A is #056FF5. Grayscale: #A1A1A1. Windows color (decimal): -356342 or 692474. OLE color: 692474.

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

Color convert

RGB 250 144 10 -
CMYK 0 0.42 0.96 0.02
HSL 33.5º 0.96% 0.51% -
HSV(B) 33.5º 0.96% 0.98% -
XYZ 49.45 40.29 5.46 -
YUV 160.42 43.12 191.9 -
System Red Green Blue C M Y K H S L
Decimal 250 144 10 0 0.42 0.96 0.02 33.5 0.96 0.51
Hex FA 90 A 0 2A 60 2 22 60 33
Octal 372 220 12 0 52 140 2 42 140 63
Binary 11111010 10010000 1010 0 101010 1100000 10 100010 1100000 110011

Color Harmonies of #FA900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA900A

Black with #FA900A

Text Example


Text Example

White with #FA900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA900A; }

 p { color: rgb(250,144,10); }

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

background-color css

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

 a { background-color: rgb(250,144,10); }

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

border-color css

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

 span { border-color: rgb(250,144,10); }

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