Html Css Color HEX #FA8A08 Dark Orange

📋 copy color: '#FA8A08'

red 250 ◦ green 138 ◦ blue 8

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

Shades of Dark Orange #FA8A08

Tints of Dark Orange #FA8A08

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

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

R = 63.13%
G = 34.85%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA8A08 (or 0xFA8A08) is known color: Dark Orange. HEX triplet: FA, 8A and 08. RGB value is (250,138,8). Sum of RGB (Red+Green+Blue) = 250+138+8=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8A08 is #0575F7. Grayscale: #9D9D9D. Windows color (decimal): -357880 or 559866. OLE color: 559866.

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

Color convert

RGB 250 138 8 -
CMYK 0 0.45 0.97 0.02
HSL 32.23º 0.96% 0.51% -
HSV(B) 32.23º 0.97% 0.98% -
XYZ 48.56 38.52 5.11 -
YUV 156.67 44.11 194.57 -
System Red Green Blue C M Y K H S L
Decimal 250 138 8 0 0.45 0.97 0.02 32.23 0.96 0.51
Hex FA 8A 8 0 2D 61 2 20 60 33
Octal 372 212 10 0 55 141 2 40 140 63
Binary 11111010 10001010 1000 0 101101 1100001 10 100000 1100000 110011

Color Harmonies of #FA8A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8A08

Black with #FA8A08

Text Example


Text Example

White with #FA8A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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