Html Css Color HEX #FAB10B Dark Tangerine

📋 copy color: '#FAB10B'

red 250 ◦ green 177 ◦ blue 11

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

Shades of Dark Tangerine #FAB10B

Tints of Dark Tangerine #FAB10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 57.08%
G = 40.41%
B = 2.51%

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

#FAB10B (or 0xFAB10B) is known color: Dark Tangerine. HEX triplet: FA, B1 and 0B. RGB value is (250,177,11). Sum of RGB (Red+Green+Blue) = 250+177+11=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB10B is #054EF4. Grayscale: #B4B4B4. Windows color (decimal): -347893 or 766458. OLE color: 766458.

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

Color convert

RGB 250 177 11 -
CMYK 0 0.29 0.96 0.02
HSL 41.67º 0.96% 0.51% -
HSV(B) 41.67º 0.96% 0.98% -
XYZ 55.21 51.79 7.4 -
YUV 179.9 32.68 178 -
System Red Green Blue C M Y K H S L
Decimal 250 177 11 0 0.29 0.96 0.02 41.67 0.96 0.51
Hex FA B1 B 0 1D 60 2 2A 60 33
Octal 372 261 13 0 35 140 2 52 140 63
Binary 11111010 10110001 1011 0 11101 1100000 10 101010 1100000 110011

Color Harmonies of #FAB10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB10B

Black with #FAB10B

Text Example


Text Example

White with #FAB10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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