Html Css Color HEX #FA930D Dark Orange

📋 copy color: '#FA930D'

red 250 ◦ green 147 ◦ blue 13

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

Shades of Dark Orange #FA930D

Tints of Dark Orange #FA930D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 60.98%
G = 35.85%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA930D (or 0xFA930D) is known color: Dark Orange. HEX triplet: FA, 93 and 0D. RGB value is (250,147,13). Sum of RGB (Red+Green+Blue) = 250+147+13=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA930D is #056CF2. Grayscale: #A3A3A3. Windows color (decimal): -355571 or 889850. OLE color: 889850.

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

Color convert

RGB 250 147 13 -
CMYK 0 0.41 0.95 0.02
HSL 33.92º 0.96% 0.52% -
HSV(B) 33.92º 0.95% 0.98% -
XYZ 49.93 41.22 5.71 -
YUV 162.52 43.62 190.4 -
System Red Green Blue C M Y K H S L
Decimal 250 147 13 0 0.41 0.95 0.02 33.92 0.96 0.52
Hex FA 93 D 0 29 5F 2 22 60 34
Octal 372 223 15 0 51 137 2 42 140 64
Binary 11111010 10010011 1101 0 101001 1011111 10 100010 1100000 110100

Color Harmonies of #FA930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA930D

Black with #FA930D

Text Example


Text Example

White with #FA930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA930D; }

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

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

background-color css

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

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

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

border-color css

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

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

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