Html Css Color HEX #FAB513 Dark Tangerine

📋 copy color: '#FAB513'

red 250 ◦ green 181 ◦ blue 19

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

Shades of Dark Tangerine #FAB513

Tints of Dark Tangerine #FAB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

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

R = 55.56%
G = 40.22%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAB513 (or 0xFAB513) is known color: Dark Tangerine. HEX triplet: FA, B5 and 13. RGB value is (250,181,19). Sum of RGB (Red+Green+Blue) = 250+181+19=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB513 is #054AEC. Grayscale: #B7B7B7. Windows color (decimal): -346861 or 1291770. OLE color: 1291770.

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

Color convert

RGB 250 181 19 -
CMYK 0 0.28 0.92 0.02
HSL 42.08º 0.96% 0.53% -
HSV(B) 42.08º 0.92% 0.98% -
XYZ 56.07 53.42 7.97 -
YUV 183.16 35.36 175.67 -
System Red Green Blue C M Y K H S L
Decimal 250 181 19 0 0.28 0.92 0.02 42.08 0.96 0.53
Hex FA B5 13 0 1C 5C 2 2A 60 35
Octal 372 265 23 0 34 134 2 52 140 65
Binary 11111010 10110101 10011 0 11100 1011100 10 101010 1100000 110101

Color Harmonies of #FAB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB513

Black with #FAB513

Text Example


Text Example

White with #FAB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB513; }

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

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

background-color css

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

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

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

border-color css

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

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

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