Html Css Color HEX #FAB312 Dark Tangerine

📋 copy color: '#FAB312'

red 250 ◦ green 179 ◦ blue 18

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

Shades of Dark Tangerine #FAB312

Tints of Dark Tangerine #FAB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

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

R = 55.93%
G = 40.04%
B = 4.03%

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

#FAB312 (or 0xFAB312) is known color: Dark Tangerine. HEX triplet: FA, B3 and 12. RGB value is (250,179,18). Sum of RGB (Red+Green+Blue) = 250+179+18=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB312 is #054CED. Grayscale: #B6B6B6. Windows color (decimal): -347374 or 1225722. OLE color: 1225722.

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

Color convert

RGB 250 179 18 -
CMYK 0 0.28 0.93 0.02
HSL 41.64º 0.96% 0.53% -
HSV(B) 41.64º 0.93% 0.98% -
XYZ 55.65 52.61 7.79 -
YUV 181.88 35.52 176.59 -
System Red Green Blue C M Y K H S L
Decimal 250 179 18 0 0.28 0.93 0.02 41.64 0.96 0.53
Hex FA B3 12 0 1C 5D 2 2A 60 35
Octal 372 263 22 0 34 135 2 52 140 65
Binary 11111010 10110011 10010 0 11100 1011101 10 101010 1100000 110101

Color Harmonies of #FAB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB312

Black with #FAB312

Text Example


Text Example

White with #FAB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB312; }

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

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

background-color css

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

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

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

border-color css

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

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

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