Html Css Color HEX #FA9D12 Dark Tangerine

📋 copy color: '#FA9D12'

red 250 ◦ green 157 ◦ blue 18

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

Shades of Dark Tangerine #FA9D12

Tints of Dark Tangerine #FA9D12

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.94%

 BLUE value IS 18 (7.42% from 255) = 4.24%

R = 58.82%
G = 36.94%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9D12 (or 0xFA9D12) is known color: Dark Tangerine. HEX triplet: FA, 9D and 12. RGB value is (250,157,18). Sum of RGB (Red+Green+Blue) = 250+157+18=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9D12 is #0562ED. Grayscale: #A9A9A9. Windows color (decimal): -353006 or 1220090. OLE color: 1220090.

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

Color convert

RGB 250 157 18 -
CMYK 0 0.37 0.93 0.02
HSL 35.95º 0.96% 0.53% -
HSV(B) 35.95º 0.93% 0.98% -
XYZ 51.59 44.48 6.44 -
YUV 168.96 42.81 185.8 -
System Red Green Blue C M Y K H S L
Decimal 250 157 18 0 0.37 0.93 0.02 35.95 0.96 0.53
Hex FA 9D 12 0 25 5D 2 24 60 35
Octal 372 235 22 0 45 135 2 44 140 65
Binary 11111010 10011101 10010 0 100101 1011101 10 100100 1100000 110101

Color Harmonies of #FA9D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9D12

Black with #FA9D12

Text Example


Text Example

White with #FA9D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9D12; }

 p { color: rgb(250,157,18); }

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

background-color css

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

 a { background-color: rgb(250,157,18); }

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

border-color css

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

 span { border-color: rgb(250,157,18); }

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