Html Css Color HEX #FAB11D Dark Tangerine

📋 copy color: '#FAB11D'

red 250 ◦ green 177 ◦ blue 29

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

Shades of Dark Tangerine #FAB11D

Tints of Dark Tangerine #FAB11D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.82%

 BLUE value IS 29 (11.72% from 255) = 6.36%

R = 54.82%
G = 38.82%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAB11D (or 0xFAB11D) is known color: Dark Tangerine. HEX triplet: FA, B1 and 1D. RGB value is (250,177,29). Sum of RGB (Red+Green+Blue) = 250+177+29=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB11D is #054EE2. Grayscale: #B6B6B6. Windows color (decimal): -347875 or 1946106. OLE color: 1946106.

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

Color convert

RGB 250 177 29 -
CMYK 0 0.29 0.88 0.02
HSL 40.18º 0.96% 0.55% -
HSV(B) 40.18º 0.88% 0.98% -
XYZ 55.37 51.86 8.25 -
YUV 181.96 41.68 176.53 -
System Red Green Blue C M Y K H S L
Decimal 250 177 29 0 0.29 0.88 0.02 40.18 0.96 0.55
Hex FA B1 1D 0 1D 58 2 28 60 37
Octal 372 261 35 0 35 130 2 50 140 67
Binary 11111010 10110001 11101 0 11101 1011000 10 101000 1100000 110111

Color Harmonies of #FAB11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB11D

Black with #FAB11D

Text Example


Text Example

White with #FAB11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB11D; }

 p { color: rgb(250,177,29); }

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

background-color css

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

 a { background-color: rgb(250,177,29); }

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

border-color css

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

 span { border-color: rgb(250,177,29); }

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