Html Css Color HEX #FAA81C Dark Tangerine

📋 copy color: '#FAA81C'

red 250 ◦ green 168 ◦ blue 28

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

Shades of Dark Tangerine #FAA81C

Tints of Dark Tangerine #FAA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

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

R = 56.05%
G = 37.67%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAA81C (or 0xFAA81C) is known color: Dark Tangerine. HEX triplet: FA, A8 and 1C. RGB value is (250,168,28). Sum of RGB (Red+Green+Blue) = 250+168+28=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA81C is #0557E3. Grayscale: #B1B1B1. Windows color (decimal): -350180 or 1878266. OLE color: 1878266.

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

Color convert

RGB 250 168 28 -
CMYK 0 0.33 0.89 0.02
HSL 37.84º 0.96% 0.55% -
HSV(B) 37.84º 0.89% 0.98% -
XYZ 53.64 48.41 7.62 -
YUV 176.56 44.17 180.38 -
System Red Green Blue C M Y K H S L
Decimal 250 168 28 0 0.33 0.89 0.02 37.84 0.96 0.55
Hex FA A8 1C 0 21 59 2 26 60 37
Octal 372 250 34 0 41 131 2 46 140 67
Binary 11111010 10101000 11100 0 100001 1011001 10 100110 1100000 110111

Color Harmonies of #FAA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA81C

Black with #FAA81C

Text Example


Text Example

White with #FAA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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