Html Css Color HEX #FA890C Dark Orange

📋 copy color: '#FA890C'

red 250 ◦ green 137 ◦ blue 12

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

Shades of Dark Orange #FA890C

Tints of Dark Orange #FA890C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 62.66%
G = 34.34%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA890C (or 0xFA890C) is known color: Dark Orange. HEX triplet: FA, 89 and 0C. RGB value is (250,137,12). Sum of RGB (Red+Green+Blue) = 250+137+12=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA890C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA890C is #0576F3. Grayscale: #9D9D9D. Windows color (decimal): -358132 or 821754. OLE color: 821754.

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

Color convert

RGB 250 137 12 -
CMYK 0 0.45 0.95 0.02
HSL 31.51º 0.96% 0.51% -
HSV(B) 31.51º 0.95% 0.98% -
XYZ 48.44 38.24 5.18 -
YUV 156.54 46.44 194.66 -
System Red Green Blue C M Y K H S L
Decimal 250 137 12 0 0.45 0.95 0.02 31.51 0.96 0.51
Hex FA 89 C 0 2D 5F 2 20 60 33
Octal 372 211 14 0 55 137 2 40 140 63
Binary 11111010 10001001 1100 0 101101 1011111 10 100000 1100000 110011

Color Harmonies of #FA890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA890C

Black with #FA890C

Text Example


Text Example

White with #FA890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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