Html Css Color HEX #FAB512 Dark Tangerine

📋 copy color: '#FAB512'

red 250 ◦ green 181 ◦ blue 18

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

Shades of Dark Tangerine #FAB512

Tints of Dark Tangerine #FAB512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 55.68%
G = 40.31%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAB512 (or 0xFAB512) is known color: Dark Tangerine. HEX triplet: FA, B5 and 12. RGB value is (250,181,18). Sum of RGB (Red+Green+Blue) = 250+181+18=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB512 is #054AED. Grayscale: #B7B7B7. Windows color (decimal): -346862 or 1226234. OLE color: 1226234.

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

Color convert

RGB 250 181 18 -
CMYK 0 0.28 0.93 0.02
HSL 42.16º 0.96% 0.53% -
HSV(B) 42.16º 0.93% 0.98% -
XYZ 56.06 53.42 7.93 -
YUV 183.05 34.86 175.75 -
System Red Green Blue C M Y K H S L
Decimal 250 181 18 0 0.28 0.93 0.02 42.16 0.96 0.53
Hex FA B5 12 0 1C 5D 2 2A 60 35
Octal 372 265 22 0 34 135 2 52 140 65
Binary 11111010 10110101 10010 0 11100 1011101 10 101010 1100000 110101

Color Harmonies of #FAB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB512

Black with #FAB512

Text Example


Text Example

White with #FAB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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