Html Css Color HEX #FAA618 Dark Tangerine

📋 copy color: '#FAA618'

red 250 ◦ green 166 ◦ blue 24

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

Shades of Dark Tangerine #FAA618

Tints of Dark Tangerine #FAA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

 BLUE value IS 24 (9.77% from 255) = 5.45%

R = 56.82%
G = 37.73%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAA618 (or 0xFAA618) is known color: Dark Tangerine. HEX triplet: FA, A6 and 18. RGB value is (250,166,24). Sum of RGB (Red+Green+Blue) = 250+166+24=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA618 is #0559E7. Grayscale: #AFAFAF. Windows color (decimal): -350696 or 1615610. OLE color: 1615610.

HSL color Cylindrical-coordinate representation of color #FAA618: hue angle of 37.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAA618 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 24 -
CMYK 0 0.34 0.90 0.02
HSL 37.7º 0.96% 0.54% -
HSV(B) 37.7º 0.9% 0.98% -
XYZ 53.23 47.66 7.26 -
YUV 174.93 42.83 181.55 -
System Red Green Blue C M Y K H S L
Decimal 250 166 24 0 0.34 0.90 0.02 37.7 0.96 0.54
Hex FA A6 18 0 22 5A 2 26 60 36
Octal 372 246 30 0 42 132 2 46 140 66
Binary 11111010 10100110 11000 0 100010 1011010 10 100110 1100000 110110

Color Harmonies of #FAA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA618

Black with #FAA618

Text Example


Text Example

White with #FAA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA618; }

 p { color: rgb(250,166,24); }

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

background-color css

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

 a { background-color: rgb(250,166,24); }

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

border-color css

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

 span { border-color: rgb(250,166,24); }

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