Html Css Color HEX #FA8F00 Dark Orange

📋 copy color: '#FA8F00'

red 250 ◦ green 143 ◦ blue 0

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

Shades of Dark Orange #FA8F00

Tints of Dark Orange #FA8F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.61%
G = 36.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA8F00 (or 0xFA8F00) is known color: Dark Orange. HEX triplet: FA, 8F and 00. RGB value is (250,143,0). Sum of RGB (Red+Green+Blue) = 250+143+0=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F00 is #0570FF. Grayscale: #9F9F9F. Windows color (decimal): -356608 or 36858. OLE color: 36858.

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

Color convert

RGB 250 143 0 -
CMYK 0 0.43 1 0.02
HSL 34.32º 1% 0.49% -
HSV(B) 34.32º 1% 0.98% -
XYZ 49.25 39.97 5.12 -
YUV 158.69 38.45 193.13 -
System Red Green Blue C M Y K H S L
Decimal 250 143 0 0 0.43 1 0.02 34.32 1 0.49
Hex FA 8F 0 0 2B 64 2 22 64 31
Octal 372 217 0 0 53 144 2 42 144 61
Binary 11111010 10001111 0 0 101011 1100100 10 100010 1100100 110001

Color Harmonies of #FA8F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F00

Black with #FA8F00

Text Example


Text Example

White with #FA8F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F00; }

 p { color: rgb(250,143,0); }

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

background-color css

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

 a { background-color: rgb(250,143,0); }

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

border-color css

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

 span { border-color: rgb(250,143,0); }

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