Html Css Color HEX #FA890A Dark Orange

📋 copy color: '#FA890A'

red 250 ◦ green 137 ◦ blue 10

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

Shades of Dark Orange #FA890A

Tints of Dark Orange #FA890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 62.97%
G = 34.51%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA890A (or 0xFA890A) is known color: Dark Orange. HEX triplet: FA, 89 and 0A. RGB value is (250,137,10). Sum of RGB (Red+Green+Blue) = 250+137+10=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA890A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA890A is #0576F5. Grayscale: #9C9C9C. Windows color (decimal): -358134 or 690682. OLE color: 690682.

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

Color convert

RGB 250 137 10 -
CMYK 0 0.45 0.96 0.02
HSL 31.75º 0.96% 0.51% -
HSV(B) 31.75º 0.96% 0.98% -
XYZ 48.42 38.24 5.12 -
YUV 156.31 45.44 194.83 -
System Red Green Blue C M Y K H S L
Decimal 250 137 10 0 0.45 0.96 0.02 31.75 0.96 0.51
Hex FA 89 A 0 2D 60 2 20 60 33
Octal 372 211 12 0 55 140 2 40 140 63
Binary 11111010 10001001 1010 0 101101 1100000 10 100000 1100000 110011

Color Harmonies of #FA890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA890A

Black with #FA890A

Text Example


Text Example

White with #FA890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA890A; }

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

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

background-color css

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

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

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

border-color css

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

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

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