Html Css Color HEX #FA930E Dark Orange

📋 copy color: '#FA930E'

red 250 ◦ green 147 ◦ blue 14

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

Shades of Dark Orange #FA930E

Tints of Dark Orange #FA930E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 60.83%
G = 35.77%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA930E (or 0xFA930E) is known color: Dark Orange. HEX triplet: FA, 93 and 0E. RGB value is (250,147,14). Sum of RGB (Red+Green+Blue) = 250+147+14=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA930E is #056CF1. Grayscale: #A3A3A3. Windows color (decimal): -355570 or 955386. OLE color: 955386.

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

Color convert

RGB 250 147 14 -
CMYK 0 0.41 0.94 0.02
HSL 33.81º 0.96% 0.52% -
HSV(B) 33.81º 0.94% 0.98% -
XYZ 49.94 41.22 5.74 -
YUV 162.64 44.12 190.31 -
System Red Green Blue C M Y K H S L
Decimal 250 147 14 0 0.41 0.94 0.02 33.81 0.96 0.52
Hex FA 93 E 0 29 5E 2 22 60 34
Octal 372 223 16 0 51 136 2 42 140 64
Binary 11111010 10010011 1110 0 101001 1011110 10 100010 1100000 110100

Color Harmonies of #FA930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA930E

Black with #FA930E

Text Example


Text Example

White with #FA930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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