Html Css Color HEX #FA900F Dark Orange

📋 copy color: '#FA900F'

red 250 ◦ green 144 ◦ blue 15

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

Shades of Dark Orange #FA900F

Tints of Dark Orange #FA900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

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

R = 61.12%
G = 35.21%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA900F (or 0xFA900F) is known color: Dark Orange. HEX triplet: FA, 90 and 0F. RGB value is (250,144,15). Sum of RGB (Red+Green+Blue) = 250+144+15=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA900F is #056FF0. Grayscale: #A1A1A1. Windows color (decimal): -356337 or 1020154. OLE color: 1020154.

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

Color convert

RGB 250 144 15 -
CMYK 0 0.42 0.94 0.02
HSL 32.94º 0.96% 0.52% -
HSV(B) 32.94º 0.94% 0.98% -
XYZ 49.48 40.31 5.62 -
YUV 160.99 45.62 191.49 -
System Red Green Blue C M Y K H S L
Decimal 250 144 15 0 0.42 0.94 0.02 32.94 0.96 0.52
Hex FA 90 F 0 2A 5E 2 21 60 34
Octal 372 220 17 0 52 136 2 41 140 64
Binary 11111010 10010000 1111 0 101010 1011110 10 100001 1100000 110100

Color Harmonies of #FA900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA900F

Black with #FA900F

Text Example


Text Example

White with #FA900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA900F; }

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

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

background-color css

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

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

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

border-color css

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

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

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