Html Css Color HEX #FAB61A Dark Tangerine

📋 copy color: '#FAB61A'

red 250 ◦ green 182 ◦ blue 26

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

Shades of Dark Tangerine #FAB61A

Tints of Dark Tangerine #FAB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.74%

 BLUE value IS 26 (10.55% from 255) = 5.68%

R = 54.59%
G = 39.74%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAB61A (or 0xFAB61A) is known color: Dark Tangerine. HEX triplet: FA, B6 and 1A. RGB value is (250,182,26). Sum of RGB (Red+Green+Blue) = 250+182+26=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB61A is #0549E5. Grayscale: #B9B9B9. Windows color (decimal): -346598 or 1750778. OLE color: 1750778.

HSL color Cylindrical-coordinate representation of color #FAB61A: hue angle of 41.79º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAB61A is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 182 26 -
CMYK 0 0.27 0.90 0.02
HSL 41.79º 0.96% 0.54% -
HSV(B) 41.79º 0.9% 0.98% -
XYZ 56.34 53.85 8.4 -
YUV 184.55 38.53 174.68 -
System Red Green Blue C M Y K H S L
Decimal 250 182 26 0 0.27 0.90 0.02 41.79 0.96 0.54
Hex FA B6 1A 0 1B 5A 2 2A 60 36
Octal 372 266 32 0 33 132 2 52 140 66
Binary 11111010 10110110 11010 0 11011 1011010 10 101010 1100000 110110

Color Harmonies of #FAB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB61A

Black with #FAB61A

Text Example


Text Example

White with #FAB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB61A; }

 p { color: rgb(250,182,26); }

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

background-color css

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

 a { background-color: rgb(250,182,26); }

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

border-color css

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

 span { border-color: rgb(250,182,26); }

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