Html Css Color HEX #FA8C08 Dark Orange

📋 copy color: '#FA8C08'

red 250 ◦ green 140 ◦ blue 8

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

Shades of Dark Orange #FA8C08

Tints of Dark Orange #FA8C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 62.81%
G = 35.18%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA8C08 (or 0xFA8C08) is known color: Dark Orange. HEX triplet: FA, 8C and 08. RGB value is (250,140,8). Sum of RGB (Red+Green+Blue) = 250+140+8=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8C08 is #0573F7. Grayscale: #9E9E9E. Windows color (decimal): -357368 or 560378. OLE color: 560378.

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

Color convert

RGB 250 140 8 -
CMYK 0 0.44 0.97 0.02
HSL 32.73º 0.96% 0.51% -
HSV(B) 32.73º 0.97% 0.98% -
XYZ 48.85 39.1 5.2 -
YUV 157.84 43.44 193.73 -
System Red Green Blue C M Y K H S L
Decimal 250 140 8 0 0.44 0.97 0.02 32.73 0.96 0.51
Hex FA 8C 8 0 2C 61 2 21 60 33
Octal 372 214 10 0 54 141 2 41 140 63
Binary 11111010 10001100 1000 0 101100 1100001 10 100001 1100000 110011

Color Harmonies of #FA8C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C08

Black with #FA8C08

Text Example


Text Example

White with #FA8C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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