Html Css Color HEX #FAB10A Dark Tangerine

📋 copy color: '#FAB10A'

red 250 ◦ green 177 ◦ blue 10

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

Shades of Dark Tangerine #FAB10A

Tints of Dark Tangerine #FAB10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.29%

R = 57.21%
G = 40.5%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAB10A (or 0xFAB10A) is known color: Dark Tangerine. HEX triplet: FA, B1 and 0A. RGB value is (250,177,10). Sum of RGB (Red+Green+Blue) = 250+177+10=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB10A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB10A is #054EF5. Grayscale: #B4B4B4. Windows color (decimal): -347894 or 700922. OLE color: 700922.

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

Color convert

RGB 250 177 10 -
CMYK 0 0.29 0.96 0.02
HSL 41.75º 0.96% 0.51% -
HSV(B) 41.75º 0.96% 0.98% -
XYZ 55.2 51.79 7.37 -
YUV 179.79 32.18 178.08 -
System Red Green Blue C M Y K H S L
Decimal 250 177 10 0 0.29 0.96 0.02 41.75 0.96 0.51
Hex FA B1 A 0 1D 60 2 2A 60 33
Octal 372 261 12 0 35 140 2 52 140 63
Binary 11111010 10110001 1010 0 11101 1100000 10 101010 1100000 110011

Color Harmonies of #FAB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB10A

Black with #FAB10A

Text Example


Text Example

White with #FAB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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