Html Css Color HEX #FA9D1B Dark Tangerine

📋 copy color: '#FA9D1B'

red 250 ◦ green 157 ◦ blue 27

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

Shades of Dark Tangerine #FA9D1B

Tints of Dark Tangerine #FA9D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.22%

R = 57.6%
G = 36.18%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA9D1B (or 0xFA9D1B) is known color: Dark Tangerine. HEX triplet: FA, 9D and 1B. RGB value is (250,157,27). Sum of RGB (Red+Green+Blue) = 250+157+27=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9D1B is #0562E4. Grayscale: #AAAAAA. Windows color (decimal): -352997 or 1809914. OLE color: 1809914.

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

Color convert

RGB 250 157 27 -
CMYK 0 0.37 0.89 0.02
HSL 34.98º 0.96% 0.54% -
HSV(B) 34.98º 0.89% 0.98% -
XYZ 51.68 44.52 6.91 -
YUV 169.99 47.31 185.07 -
System Red Green Blue C M Y K H S L
Decimal 250 157 27 0 0.37 0.89 0.02 34.98 0.96 0.54
Hex FA 9D 1B 0 25 59 2 23 60 36
Octal 372 235 33 0 45 131 2 43 140 66
Binary 11111010 10011101 11011 0 100101 1011001 10 100011 1100000 110110

Color Harmonies of #FA9D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9D1B

Black with #FA9D1B

Text Example


Text Example

White with #FA9D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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