Html Css Color HEX #FA930F Dark Orange

📋 copy color: '#FA930F'

red 250 ◦ green 147 ◦ blue 15

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

Shades of Dark Orange #FA930F

Tints of Dark Orange #FA930F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.64%

R = 60.68%
G = 35.68%
B = 3.64%

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

#FA930F (or 0xFA930F) is known color: Dark Orange. HEX triplet: FA, 93 and 0F. RGB value is (250,147,15). Sum of RGB (Red+Green+Blue) = 250+147+15=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA930F is #056CF0. Grayscale: #A3A3A3. Windows color (decimal): -355569 or 1020922. OLE color: 1020922.

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

Color convert

RGB 250 147 15 -
CMYK 0 0.41 0.94 0.02
HSL 33.7º 0.96% 0.52% -
HSV(B) 33.7º 0.94% 0.98% -
XYZ 49.94 41.23 5.78 -
YUV 162.75 44.62 190.23 -
System Red Green Blue C M Y K H S L
Decimal 250 147 15 0 0.41 0.94 0.02 33.7 0.96 0.52
Hex FA 93 F 0 29 5E 2 22 60 34
Octal 372 223 17 0 51 136 2 42 140 64
Binary 11111010 10010011 1111 0 101001 1011110 10 100010 1100000 110100

Color Harmonies of #FA930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA930F

Black with #FA930F

Text Example


Text Example

White with #FA930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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