Html Css Color HEX #FA8F07 Dark Orange

📋 copy color: '#FA8F07'

red 250 ◦ green 143 ◦ blue 7

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

Shades of Dark Orange #FA8F07

Tints of Dark Orange #FA8F07

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

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

R = 62.5%
G = 35.75%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA8F07 (or 0xFA8F07) is known color: Dark Orange. HEX triplet: FA, 8F and 07. RGB value is (250,143,7). Sum of RGB (Red+Green+Blue) = 250+143+7=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F07 is #0570F8. Grayscale: #A0A0A0. Windows color (decimal): -356601 or 495610. OLE color: 495610.

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

Color convert

RGB 250 143 7 -
CMYK 0 0.43 0.97 0.02
HSL 33.58º 0.96% 0.5% -
HSV(B) 33.58º 0.97% 0.98% -
XYZ 49.29 39.98 5.32 -
YUV 159.49 41.95 192.56 -
System Red Green Blue C M Y K H S L
Decimal 250 143 7 0 0.43 0.97 0.02 33.58 0.96 0.5
Hex FA 8F 7 0 2B 61 2 22 60 32
Octal 372 217 7 0 53 141 2 42 140 62
Binary 11111010 10001111 111 0 101011 1100001 10 100010 1100000 110010

Color Harmonies of #FA8F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F07

Black with #FA8F07

Text Example


Text Example

White with #FA8F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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