Html Css Color HEX #FA900E Dark Orange

📋 copy color: '#FA900E'

red 250 ◦ green 144 ◦ blue 14

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

Shades of Dark Orange #FA900E

Tints of Dark Orange #FA900E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 61.27%
G = 35.29%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA900E (or 0xFA900E) is known color: Dark Orange. HEX triplet: FA, 90 and 0E. RGB value is (250,144,14). Sum of RGB (Red+Green+Blue) = 250+144+14=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA900E is #056FF1. Grayscale: #A1A1A1. Windows color (decimal): -356338 or 954618. OLE color: 954618.

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

Color convert

RGB 250 144 14 -
CMYK 0 0.42 0.94 0.02
HSL 33.05º 0.96% 0.52% -
HSV(B) 33.05º 0.94% 0.98% -
XYZ 49.48 40.3 5.59 -
YUV 160.87 45.12 191.57 -
System Red Green Blue C M Y K H S L
Decimal 250 144 14 0 0.42 0.94 0.02 33.05 0.96 0.52
Hex FA 90 E 0 2A 5E 2 21 60 34
Octal 372 220 16 0 52 136 2 41 140 64
Binary 11111010 10010000 1110 0 101010 1011110 10 100001 1100000 110100

Color Harmonies of #FA900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA900E

Black with #FA900E

Text Example


Text Example

White with #FA900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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