Html Css Color HEX #FAB913 Dark Tangerine

📋 copy color: '#FAB913'

red 250 ◦ green 185 ◦ blue 19

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

Shades of Dark Tangerine #FAB913

Tints of Dark Tangerine #FAB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

 BLUE value IS 19 (7.81% from 255) = 4.19%

R = 55.07%
G = 40.75%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAB913 (or 0xFAB913) is known color: Dark Tangerine. HEX triplet: FA, B9 and 13. RGB value is (250,185,19). Sum of RGB (Red+Green+Blue) = 250+185+19=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB913 is #0546EC. Grayscale: #BABABA. Windows color (decimal): -345837 or 1292794. OLE color: 1292794.

HSL color Cylindrical-coordinate representation of color #FAB913: hue angle of 43.12º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAB913 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 185 19 -
CMYK 0 0.26 0.92 0.02
HSL 43.12º 0.96% 0.53% -
HSV(B) 43.12º 0.92% 0.98% -
XYZ 56.89 55.07 8.25 -
YUV 185.51 34.03 174 -
System Red Green Blue C M Y K H S L
Decimal 250 185 19 0 0.26 0.92 0.02 43.12 0.96 0.53
Hex FA B9 13 0 1A 5C 2 2B 60 35
Octal 372 271 23 0 32 134 2 53 140 65
Binary 11111010 10111001 10011 0 11010 1011100 10 101011 1100000 110101

Color Harmonies of #FAB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB913

Black with #FAB913

Text Example


Text Example

White with #FAB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB913; }

 p { color: rgb(250,185,19); }

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

background-color css

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

 a { background-color: rgb(250,185,19); }

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

border-color css

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

 span { border-color: rgb(250,185,19); }

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