Html Css Color HEX #FAB319 Dark Tangerine

📋 copy color: '#FAB319'

red 250 ◦ green 179 ◦ blue 25

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

Shades of Dark Tangerine #FAB319

Tints of Dark Tangerine #FAB319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.51%

R = 55.07%
G = 39.43%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAB319 (or 0xFAB319) is known color: Dark Tangerine. HEX triplet: FA, B3 and 19. RGB value is (250,179,25). Sum of RGB (Red+Green+Blue) = 250+179+25=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB319 is #054CE6. Grayscale: #B7B7B7. Windows color (decimal): -347367 or 1684474. OLE color: 1684474.

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

Color convert

RGB 250 179 25 -
CMYK 0 0.28 0.9 0.02
HSL 41.07º 0.96% 0.54% -
HSV(B) 41.07º 0.9% 0.98% -
XYZ 55.72 52.63 8.14 -
YUV 182.67 39.02 176.02 -
System Red Green Blue C M Y K H S L
Decimal 250 179 25 0 0.28 0.9 0.02 41.07 0.96 0.54
Hex FA B3 19 0 1C 5A 2 29 60 36
Octal 372 263 31 0 34 132 2 51 140 66
Binary 11111010 10110011 11001 0 11100 1011010 10 101001 1100000 110110

Color Harmonies of #FAB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB319

Black with #FAB319

Text Example


Text Example

White with #FAB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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