Html Css Color HEX #FA900D Dark Orange

📋 copy color: '#FA900D'

red 250 ◦ green 144 ◦ blue 13

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

Shades of Dark Orange #FA900D

Tints of Dark Orange #FA900D

RGB

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

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

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

R = 61.43%
G = 35.38%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA900D (or 0xFA900D) is known color: Dark Orange. HEX triplet: FA, 90 and 0D. RGB value is (250,144,13). Sum of RGB (Red+Green+Blue) = 250+144+13=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA900D is #056FF2. Grayscale: #A1A1A1. Windows color (decimal): -356339 or 889082. OLE color: 889082.

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

Color convert

RGB 250 144 13 -
CMYK 0 0.42 0.95 0.02
HSL 33.16º 0.96% 0.52% -
HSV(B) 33.16º 0.95% 0.98% -
XYZ 49.47 40.3 5.55 -
YUV 160.76 44.62 191.65 -
System Red Green Blue C M Y K H S L
Decimal 250 144 13 0 0.42 0.95 0.02 33.16 0.96 0.52
Hex FA 90 D 0 2A 5F 2 21 60 34
Octal 372 220 15 0 52 137 2 41 140 64
Binary 11111010 10010000 1101 0 101010 1011111 10 100001 1100000 110100

Color Harmonies of #FA900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA900D

Black with #FA900D

Text Example


Text Example

White with #FA900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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