Html Css Color HEX #FA930A Dark Orange

📋 copy color: '#FA930A'

red 250 ◦ green 147 ◦ blue 10

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

Shades of Dark Orange #FA930A

Tints of Dark Orange #FA930A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 61.43%
G = 36.12%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA930A (or 0xFA930A) is known color: Dark Orange. HEX triplet: FA, 93 and 0A. RGB value is (250,147,10). Sum of RGB (Red+Green+Blue) = 250+147+10=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA930A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA930A is #056CF5. Grayscale: #A2A2A2. Windows color (decimal): -355574 or 693242. OLE color: 693242.

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

Color convert

RGB 250 147 10 -
CMYK 0 0.41 0.96 0.02
HSL 34.25º 0.96% 0.51% -
HSV(B) 34.25º 0.96% 0.98% -
XYZ 49.91 41.21 5.61 -
YUV 162.18 42.12 190.64 -
System Red Green Blue C M Y K H S L
Decimal 250 147 10 0 0.41 0.96 0.02 34.25 0.96 0.51
Hex FA 93 A 0 29 60 2 22 60 33
Octal 372 223 12 0 51 140 2 42 140 63
Binary 11111010 10010011 1010 0 101001 1100000 10 100010 1100000 110011

Color Harmonies of #FA930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA930A

Black with #FA930A

Text Example


Text Example

White with #FA930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA930A; }

 p { color: rgb(250,147,10); }

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

background-color css

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

 a { background-color: rgb(250,147,10); }

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

border-color css

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

 span { border-color: rgb(250,147,10); }

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