Html Css Color HEX #FA9C1A Dark Tangerine

📋 copy color: '#FA9C1A'

red 250 ◦ green 156 ◦ blue 26

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

Shades of Dark Tangerine #FA9C1A

Tints of Dark Tangerine #FA9C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.11%

 BLUE value IS 26 (10.55% from 255) = 6.02%

R = 57.87%
G = 36.11%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA9C1A (or 0xFA9C1A) is known color: Dark Tangerine. HEX triplet: FA, 9C and 1A. RGB value is (250,156,26). Sum of RGB (Red+Green+Blue) = 250+156+26=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9C1A is #0563E5. Grayscale: #A9A9A9. Windows color (decimal): -353254 or 1744122. OLE color: 1744122.

HSL color Cylindrical-coordinate representation of color #FA9C1A: hue angle of 34.82º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA9C1A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 156 26 -
CMYK 0 0.38 0.90 0.02
HSL 34.82º 0.96% 0.54% -
HSV(B) 34.82º 0.9% 0.98% -
XYZ 51.5 44.18 6.79 -
YUV 169.29 47.14 185.57 -
System Red Green Blue C M Y K H S L
Decimal 250 156 26 0 0.38 0.90 0.02 34.82 0.96 0.54
Hex FA 9C 1A 0 26 5A 2 23 60 36
Octal 372 234 32 0 46 132 2 43 140 66
Binary 11111010 10011100 11010 0 100110 1011010 10 100011 1100000 110110

Color Harmonies of #FA9C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C1A

Black with #FA9C1A

Text Example


Text Example

White with #FA9C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C1A; }

 p { color: rgb(250,156,26); }

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

background-color css

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

 a { background-color: rgb(250,156,26); }

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

border-color css

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

 span { border-color: rgb(250,156,26); }

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