Html Css Color HEX #FA8B07 Dark Orange

📋 copy color: '#FA8B07'

red 250 ◦ green 139 ◦ blue 7

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

Shades of Dark Orange #FA8B07

Tints of Dark Orange #FA8B07

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 63.13%
G = 35.1%
B = 1.77%

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

#FA8B07 (or 0xFA8B07) is known color: Dark Orange. HEX triplet: FA, 8B and 07. RGB value is (250,139,7). Sum of RGB (Red+Green+Blue) = 250+139+7=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8B07 is #0574F8. Grayscale: #9D9D9D. Windows color (decimal): -357625 or 494586. OLE color: 494586.

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

Color convert

RGB 250 139 7 -
CMYK 0 0.44 0.97 0.02
HSL 32.59º 0.96% 0.5% -
HSV(B) 32.59º 0.97% 0.98% -
XYZ 48.7 38.8 5.12 -
YUV 157.14 43.27 194.23 -
System Red Green Blue C M Y K H S L
Decimal 250 139 7 0 0.44 0.97 0.02 32.59 0.96 0.5
Hex FA 8B 7 0 2C 61 2 21 60 32
Octal 372 213 7 0 54 141 2 41 140 62
Binary 11111010 10001011 111 0 101100 1100001 10 100001 1100000 110010

Color Harmonies of #FA8B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8B07

Black with #FA8B07

Text Example


Text Example

White with #FA8B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8B07; }

 p { color: rgb(250,139,7); }

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

background-color css

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

 a { background-color: rgb(250,139,7); }

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

border-color css

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

 span { border-color: rgb(250,139,7); }

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