Html Css Color HEX #FAB516 Dark Tangerine

📋 copy color: '#FAB516'

red 250 ◦ green 181 ◦ blue 22

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

Shades of Dark Tangerine #FAB516

Tints of Dark Tangerine #FAB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.96%

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 55.19%
G = 39.96%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAB516 (or 0xFAB516) is known color: Dark Tangerine. HEX triplet: FA, B5 and 16. RGB value is (250,181,22). Sum of RGB (Red+Green+Blue) = 250+181+22=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB516 is #054AE9. Grayscale: #B8B8B8. Windows color (decimal): -346858 or 1488378. OLE color: 1488378.

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

Color convert

RGB 250 181 22 -
CMYK 0 0.28 0.91 0.02
HSL 41.84º 0.96% 0.53% -
HSV(B) 41.84º 0.91% 0.98% -
XYZ 56.09 53.43 8.12 -
YUV 183.51 36.86 175.43 -
System Red Green Blue C M Y K H S L
Decimal 250 181 22 0 0.28 0.91 0.02 41.84 0.96 0.53
Hex FA B5 16 0 1C 5B 2 2A 60 35
Octal 372 265 26 0 34 133 2 52 140 65
Binary 11111010 10110101 10110 0 11100 1011011 10 101010 1100000 110101

Color Harmonies of #FAB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB516

Black with #FAB516

Text Example


Text Example

White with #FAB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB516; }

 p { color: rgb(250,181,22); }

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

background-color css

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

 a { background-color: rgb(250,181,22); }

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

border-color css

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

 span { border-color: rgb(250,181,22); }

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