Html Css Color HEX #FA8E0B Dark Orange

📋 copy color: '#FA8E0B'

red 250 ◦ green 142 ◦ blue 11

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

Shades of Dark Orange #FA8E0B

Tints of Dark Orange #FA8E0B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

 BLUE value IS 11 (4.69% from 255) = 2.73%

R = 62.03%
G = 35.24%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA8E0B (or 0xFA8E0B) is known color: Dark Orange. HEX triplet: FA, 8E and 0B. RGB value is (250,142,11). Sum of RGB (Red+Green+Blue) = 250+142+11=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8E0B is #0571F4. Grayscale: #9F9F9F. Windows color (decimal): -356853 or 757498. OLE color: 757498.

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

Color convert

RGB 250 142 11 -
CMYK 0 0.43 0.96 0.02
HSL 32.89º 0.96% 0.51% -
HSV(B) 32.89º 0.96% 0.98% -
XYZ 49.16 39.69 5.39 -
YUV 159.36 44.28 192.65 -
System Red Green Blue C M Y K H S L
Decimal 250 142 11 0 0.43 0.96 0.02 32.89 0.96 0.51
Hex FA 8E B 0 2B 60 2 21 60 33
Octal 372 216 13 0 53 140 2 41 140 63
Binary 11111010 10001110 1011 0 101011 1100000 10 100001 1100000 110011

Color Harmonies of #FA8E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E0B

Black with #FA8E0B

Text Example


Text Example

White with #FA8E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E0B; }

 p { color: rgb(250,142,11); }

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

background-color css

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

 a { background-color: rgb(250,142,11); }

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

border-color css

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

 span { border-color: rgb(250,142,11); }

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