Html Css Color HEX #FAA51C Dark Tangerine

📋 copy color: '#FAA51C'

red 250 ◦ green 165 ◦ blue 28

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

Shades of Dark Tangerine #FAA51C

Tints of Dark Tangerine #FAA51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

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

R = 56.43%
G = 37.25%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAA51C (or 0xFAA51C) is known color: Dark Tangerine. HEX triplet: FA, A5 and 1C. RGB value is (250,165,28). Sum of RGB (Red+Green+Blue) = 250+165+28=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA51C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA51C is #055AE3. Grayscale: #AFAFAF. Windows color (decimal): -350948 or 1877498. OLE color: 1877498.

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

Color convert

RGB 250 165 28 -
CMYK 0 0.34 0.89 0.02
HSL 37.03º 0.96% 0.55% -
HSV(B) 37.03º 0.89% 0.98% -
XYZ 53.09 47.32 7.43 -
YUV 174.8 45.16 181.64 -
System Red Green Blue C M Y K H S L
Decimal 250 165 28 0 0.34 0.89 0.02 37.03 0.96 0.55
Hex FA A5 1C 0 22 59 2 25 60 37
Octal 372 245 34 0 42 131 2 45 140 67
Binary 11111010 10100101 11100 0 100010 1011001 10 100101 1100000 110111

Color Harmonies of #FAA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA51C

Black with #FAA51C

Text Example


Text Example

White with #FAA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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