Html Css Color HEX #FAA91C Dark Tangerine

📋 copy color: '#FAA91C'

red 250 ◦ green 169 ◦ blue 28

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

Shades of Dark Tangerine #FAA91C

Tints of Dark Tangerine #FAA91C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.81%

 BLUE value IS 28 (11.33% from 255) = 6.26%

R = 55.93%
G = 37.81%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAA91C (or 0xFAA91C) is known color: Dark Tangerine. HEX triplet: FA, A9 and 1C. RGB value is (250,169,28). Sum of RGB (Red+Green+Blue) = 250+169+28=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA91C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA91C is #0556E3. Grayscale: #B1B1B1. Windows color (decimal): -349924 or 1878522. OLE color: 1878522.

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

Color convert

RGB 250 169 28 -
CMYK 0 0.32 0.89 0.02
HSL 38.11º 0.96% 0.55% -
HSV(B) 38.11º 0.89% 0.98% -
XYZ 53.82 48.78 7.68 -
YUV 177.15 43.84 179.96 -
System Red Green Blue C M Y K H S L
Decimal 250 169 28 0 0.32 0.89 0.02 38.11 0.96 0.55
Hex FA A9 1C 0 20 59 2 26 60 37
Octal 372 251 34 0 40 131 2 46 140 67
Binary 11111010 10101001 11100 0 100000 1011001 10 100110 1100000 110111

Color Harmonies of #FAA91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA91C

Black with #FAA91C

Text Example


Text Example

White with #FAA91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA91C; }

 p { color: rgb(250,169,28); }

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

background-color css

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

 a { background-color: rgb(250,169,28); }

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

border-color css

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

 span { border-color: rgb(250,169,28); }

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