Html Css Color HEX #FAB412 Dark Tangerine

📋 copy color: '#FAB412'

red 250 ◦ green 180 ◦ blue 18

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

Shades of Dark Tangerine #FAB412

Tints of Dark Tangerine #FAB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

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

R = 55.8%
G = 40.18%
B = 4.02%

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

#FAB412 (or 0xFAB412) is known color: Dark Tangerine. HEX triplet: FA, B4 and 12. RGB value is (250,180,18). Sum of RGB (Red+Green+Blue) = 250+180+18=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB412 is #054BED. Grayscale: #B7B7B7. Windows color (decimal): -347118 or 1225978. OLE color: 1225978.

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

Color convert

RGB 250 180 18 -
CMYK 0 0.28 0.93 0.02
HSL 41.9º 0.96% 0.53% -
HSV(B) 41.9º 0.93% 0.98% -
XYZ 55.85 53.01 7.86 -
YUV 182.46 35.19 176.17 -
System Red Green Blue C M Y K H S L
Decimal 250 180 18 0 0.28 0.93 0.02 41.9 0.96 0.53
Hex FA B4 12 0 1C 5D 2 2A 60 35
Octal 372 264 22 0 34 135 2 52 140 65
Binary 11111010 10110100 10010 0 11100 1011101 10 101010 1100000 110101

Color Harmonies of #FAB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB412

Black with #FAB412

Text Example


Text Example

White with #FAB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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