Html Css Color HEX #FA9004 Dark Orange

📋 copy color: '#FA9004'

red 250 ◦ green 144 ◦ blue 4

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

Shades of Dark Orange #FA9004

Tints of Dark Orange #FA9004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 62.81%
G = 36.18%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA9004 (or 0xFA9004) is known color: Dark Orange. HEX triplet: FA, 90 and 04. RGB value is (250,144,4). Sum of RGB (Red+Green+Blue) = 250+144+4=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9004 is #056FFB. Grayscale: #A0A0A0. Windows color (decimal): -356348 or 299258. OLE color: 299258.

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

Color convert

RGB 250 144 4 -
CMYK 0 0.42 0.98 0.02
HSL 34.15º 0.97% 0.5% -
HSV(B) 34.15º 0.98% 0.98% -
XYZ 49.42 40.28 5.28 -
YUV 159.73 40.12 192.38 -
System Red Green Blue C M Y K H S L
Decimal 250 144 4 0 0.42 0.98 0.02 34.15 0.97 0.5
Hex FA 90 4 0 2A 62 2 22 61 32
Octal 372 220 4 0 52 142 2 42 141 62
Binary 11111010 10010000 100 0 101010 1100010 10 100010 1100001 110010

Color Harmonies of #FA9004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9004

Black with #FA9004

Text Example


Text Example

White with #FA9004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9004; }

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

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

background-color css

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

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

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

border-color css

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

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

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