Html Css Color HEX #FAB00B Dark Tangerine

📋 copy color: '#FAB00B'

red 250 ◦ green 176 ◦ blue 11

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

Shades of Dark Tangerine #FAB00B

Tints of Dark Tangerine #FAB00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

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

R = 57.21%
G = 40.27%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAB00B (or 0xFAB00B) is known color: Dark Tangerine. HEX triplet: FA, B0 and 0B. RGB value is (250,176,11). Sum of RGB (Red+Green+Blue) = 250+176+11=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB00B is #054FF4. Grayscale: #B4B4B4. Windows color (decimal): -348149 or 766202. OLE color: 766202.

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

Color convert

RGB 250 176 11 -
CMYK 0 0.30 0.96 0.02
HSL 41.42º 0.96% 0.51% -
HSV(B) 41.42º 0.96% 0.98% -
XYZ 55.01 51.4 7.34 -
YUV 179.32 33.02 178.42 -
System Red Green Blue C M Y K H S L
Decimal 250 176 11 0 0.30 0.96 0.02 41.42 0.96 0.51
Hex FA B0 B 0 1E 60 2 29 60 33
Octal 372 260 13 0 36 140 2 51 140 63
Binary 11111010 10110000 1011 0 11110 1100000 10 101001 1100000 110011

Color Harmonies of #FAB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB00B

Black with #FAB00B

Text Example


Text Example

White with #FAB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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