Html Css Color HEX #FA9504 Dark Orange

📋 copy color: '#FA9504'

red 250 ◦ green 149 ◦ blue 4

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

Shades of Dark Orange #FA9504

Tints of Dark Orange #FA9504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 62.03%
G = 36.97%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA9504 (or 0xFA9504) is known color: Dark Orange. HEX triplet: FA, 95 and 04. RGB value is (250,149,4). Sum of RGB (Red+Green+Blue) = 250+149+4=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9504 is #056AFB. Grayscale: #A3A3A3. Windows color (decimal): -355068 or 300538. OLE color: 300538.

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

Color convert

RGB 250 149 4 -
CMYK 0 0.40 0.98 0.02
HSL 35.37º 0.97% 0.5% -
HSV(B) 35.37º 0.98% 0.98% -
XYZ 50.19 41.83 5.54 -
YUV 162.67 38.46 190.29 -
System Red Green Blue C M Y K H S L
Decimal 250 149 4 0 0.40 0.98 0.02 35.37 0.97 0.5
Hex FA 95 4 0 28 62 2 23 61 32
Octal 372 225 4 0 50 142 2 43 141 62
Binary 11111010 10010101 100 0 101000 1100010 10 100011 1100001 110010

Color Harmonies of #FA9504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9504

Black with #FA9504

Text Example


Text Example

White with #FA9504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9504; }

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

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

background-color css

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

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

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

border-color css

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

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

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