Html Css Color HEX #FA9F1D Dark Tangerine

📋 copy color: '#FA9F1D'

red 250 ◦ green 159 ◦ blue 29

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

Shades of Dark Tangerine #FA9F1D

Tints of Dark Tangerine #FA9F1D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.3%

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 57.08%
G = 36.3%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA9F1D (or 0xFA9F1D) is known color: Dark Tangerine. HEX triplet: FA, 9F and 1D. RGB value is (250,159,29). Sum of RGB (Red+Green+Blue) = 250+159+29=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F1D is #0560E2. Grayscale: #ACACAC. Windows color (decimal): -352483 or 1941498. OLE color: 1941498.

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

Color convert

RGB 250 159 29 -
CMYK 0 0.36 0.88 0.02
HSL 35.29º 0.96% 0.55% -
HSV(B) 35.29º 0.88% 0.98% -
XYZ 52.04 45.21 7.15 -
YUV 171.39 47.65 184.07 -
System Red Green Blue C M Y K H S L
Decimal 250 159 29 0 0.36 0.88 0.02 35.29 0.96 0.55
Hex FA 9F 1D 0 24 58 2 23 60 37
Octal 372 237 35 0 44 130 2 43 140 67
Binary 11111010 10011111 11101 0 100100 1011000 10 100011 1100000 110111

Color Harmonies of #FA9F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F1D

Black with #FA9F1D

Text Example


Text Example

White with #FA9F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F1D; }

 p { color: rgb(250,159,29); }

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

background-color css

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

 a { background-color: rgb(250,159,29); }

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

border-color css

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

 span { border-color: rgb(250,159,29); }

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