Html Css Color HEX #FA9E1E Dark Tangerine

📋 copy color: '#FA9E1E'

red 250 ◦ green 158 ◦ blue 30

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

Shades of Dark Tangerine #FA9E1E

Tints of Dark Tangerine #FA9E1E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 57.08%
G = 36.07%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA9E1E (or 0xFA9E1E) is known color: Dark Tangerine. HEX triplet: FA, 9E and 1E. RGB value is (250,158,30). Sum of RGB (Red+Green+Blue) = 250+158+30=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E1E is #0561E1. Grayscale: #ABABAB. Windows color (decimal): -352738 or 2006778. OLE color: 2006778.

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

Color convert

RGB 250 158 30 -
CMYK 0 0.37 0.88 0.02
HSL 34.91º 0.96% 0.55% -
HSV(B) 34.91º 0.88% 0.98% -
XYZ 51.89 44.87 7.15 -
YUV 170.92 48.48 184.41 -
System Red Green Blue C M Y K H S L
Decimal 250 158 30 0 0.37 0.88 0.02 34.91 0.96 0.55
Hex FA 9E 1E 0 25 58 2 23 60 37
Octal 372 236 36 0 45 130 2 43 140 67
Binary 11111010 10011110 11110 0 100101 1011000 10 100011 1100000 110111

Color Harmonies of #FA9E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E1E

Black with #FA9E1E

Text Example


Text Example

White with #FA9E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E1E; }

 p { color: rgb(250,158,30); }

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

background-color css

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

 a { background-color: rgb(250,158,30); }

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

border-color css

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

 span { border-color: rgb(250,158,30); }

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