Html Css Color HEX #FAB112 Dark Tangerine

📋 copy color: '#FAB112'

red 250 ◦ green 177 ◦ blue 18

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

Shades of Dark Tangerine #FAB112

Tints of Dark Tangerine #FAB112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

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

R = 56.18%
G = 39.78%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAB112 (or 0xFAB112) is known color: Dark Tangerine. HEX triplet: FA, B1 and 12. RGB value is (250,177,18). Sum of RGB (Red+Green+Blue) = 250+177+18=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB112 is #054EED. Grayscale: #B5B5B5. Windows color (decimal): -347886 or 1225210. OLE color: 1225210.

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

Color convert

RGB 250 177 18 -
CMYK 0 0.29 0.93 0.02
HSL 41.12º 0.96% 0.53% -
HSV(B) 41.12º 0.93% 0.98% -
XYZ 55.26 51.81 7.66 -
YUV 180.7 36.18 177.43 -
System Red Green Blue C M Y K H S L
Decimal 250 177 18 0 0.29 0.93 0.02 41.12 0.96 0.53
Hex FA B1 12 0 1D 5D 2 29 60 35
Octal 372 261 22 0 35 135 2 51 140 65
Binary 11111010 10110001 10010 0 11101 1011101 10 101001 1100000 110101

Color Harmonies of #FAB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB112

Black with #FAB112

Text Example


Text Example

White with #FAB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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