Html Css Color HEX #FAB215 Dark Tangerine

📋 copy color: '#FAB215'

red 250 ◦ green 178 ◦ blue 21

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

Shades of Dark Tangerine #FAB215

Tints of Dark Tangerine #FAB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

 BLUE value IS 21 (8.59% from 255) = 4.68%

R = 55.68%
G = 39.64%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAB215 (or 0xFAB215) is known color: Dark Tangerine. HEX triplet: FA, B2 and 15. RGB value is (250,178,21). Sum of RGB (Red+Green+Blue) = 250+178+21=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB215 is #054DEA. Grayscale: #B6B6B6. Windows color (decimal): -347627 or 1422074. OLE color: 1422074.

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

Color convert

RGB 250 178 21 -
CMYK 0 0.29 0.92 0.02
HSL 41.14º 0.96% 0.53% -
HSV(B) 41.14º 0.92% 0.98% -
XYZ 55.48 52.22 7.86 -
YUV 181.63 37.35 176.77 -
System Red Green Blue C M Y K H S L
Decimal 250 178 21 0 0.29 0.92 0.02 41.14 0.96 0.53
Hex FA B2 15 0 1D 5C 2 29 60 35
Octal 372 262 25 0 35 134 2 51 140 65
Binary 11111010 10110010 10101 0 11101 1011100 10 101001 1100000 110101

Color Harmonies of #FAB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB215

Black with #FAB215

Text Example


Text Example

White with #FAB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB215; }

 p { color: rgb(250,178,21); }

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

background-color css

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

 a { background-color: rgb(250,178,21); }

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

border-color css

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

 span { border-color: rgb(250,178,21); }

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