Html Css Color HEX #FA8C04 Dark Orange

📋 copy color: '#FA8C04'

red 250 ◦ green 140 ◦ blue 4

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

Shades of Dark Orange #FA8C04

Tints of Dark Orange #FA8C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

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

R = 63.45%
G = 35.53%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA8C04 (or 0xFA8C04) is known color: Dark Orange. HEX triplet: FA, 8C and 04. RGB value is (250,140,4). Sum of RGB (Red+Green+Blue) = 250+140+4=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8C04 is #0573FB. Grayscale: #9E9E9E. Windows color (decimal): -357372 or 298234. OLE color: 298234.

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

Color convert

RGB 250 140 4 -
CMYK 0 0.44 0.98 0.02
HSL 33.17º 0.97% 0.5% -
HSV(B) 33.17º 0.98% 0.98% -
XYZ 48.82 39.09 5.09 -
YUV 157.39 41.44 194.06 -
System Red Green Blue C M Y K H S L
Decimal 250 140 4 0 0.44 0.98 0.02 33.17 0.97 0.5
Hex FA 8C 4 0 2C 62 2 21 61 32
Octal 372 214 4 0 54 142 2 41 141 62
Binary 11111010 10001100 100 0 101100 1100010 10 100001 1100001 110010

Color Harmonies of #FA8C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C04

Black with #FA8C04

Text Example


Text Example

White with #FA8C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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