Html Css Color HEX #FAB511 Dark Tangerine

📋 copy color: '#FAB511'

red 250 ◦ green 181 ◦ blue 17

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

Shades of Dark Tangerine #FAB511

Tints of Dark Tangerine #FAB511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 55.8%
G = 40.4%
B = 3.79%

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

#FAB511 (or 0xFAB511) is known color: Dark Tangerine. HEX triplet: FA, B5 and 11. RGB value is (250,181,17). Sum of RGB (Red+Green+Blue) = 250+181+17=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB511 is #054AEE. Grayscale: #B7B7B7. Windows color (decimal): -346863 or 1160698. OLE color: 1160698.

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

Color convert

RGB 250 181 17 -
CMYK 0 0.28 0.93 0.02
HSL 42.23º 0.96% 0.52% -
HSV(B) 42.23º 0.93% 0.98% -
XYZ 56.05 53.41 7.89 -
YUV 182.94 34.36 175.84 -
System Red Green Blue C M Y K H S L
Decimal 250 181 17 0 0.28 0.93 0.02 42.23 0.96 0.52
Hex FA B5 11 0 1C 5D 2 2A 60 34
Octal 372 265 21 0 34 135 2 52 140 64
Binary 11111010 10110101 10001 0 11100 1011101 10 101010 1100000 110100

Color Harmonies of #FAB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB511

Black with #FAB511

Text Example


Text Example

White with #FAB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB511; }

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

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

background-color css

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

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

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

border-color css

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

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

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