Html Css Color HEX #FA8F0D Dark Orange

📋 copy color: '#FA8F0D'

red 250 ◦ green 143 ◦ blue 13

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

Shades of Dark Orange #FA8F0D

Tints of Dark Orange #FA8F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 61.58%
G = 35.22%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA8F0D (or 0xFA8F0D) is known color: Dark Orange. HEX triplet: FA, 8F and 0D. RGB value is (250,143,13). Sum of RGB (Red+Green+Blue) = 250+143+13=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F0D is #0570F2. Grayscale: #A0A0A0. Windows color (decimal): -356595 or 888826. OLE color: 888826.

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

Color convert

RGB 250 143 13 -
CMYK 0 0.43 0.95 0.02
HSL 32.91º 0.96% 0.52% -
HSV(B) 32.91º 0.95% 0.98% -
XYZ 49.32 40 5.5 -
YUV 160.17 44.95 192.07 -
System Red Green Blue C M Y K H S L
Decimal 250 143 13 0 0.43 0.95 0.02 32.91 0.96 0.52
Hex FA 8F D 0 2B 5F 2 21 60 34
Octal 372 217 15 0 53 137 2 41 140 64
Binary 11111010 10001111 1101 0 101011 1011111 10 100001 1100000 110100

Color Harmonies of #FA8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F0D

Black with #FA8F0D

Text Example


Text Example

White with #FA8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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