Html Css Color HEX #FAB00A Dark Tangerine

📋 copy color: '#FAB00A'

red 250 ◦ green 176 ◦ blue 10

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

Shades of Dark Tangerine #FAB00A

Tints of Dark Tangerine #FAB00A

RGB

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

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

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

R = 57.34%
G = 40.37%
B = 2.29%

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

#FAB00A (or 0xFAB00A) is known color: Dark Tangerine. HEX triplet: FA, B0 and 0A. RGB value is (250,176,10). Sum of RGB (Red+Green+Blue) = 250+176+10=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 10 (4.30% from 255 or 2.29% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB00A is #054FF5. Grayscale: #B3B3B3. Windows color (decimal): -348150 or 700666. OLE color: 700666.

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

Color convert

RGB 250 176 10 -
CMYK 0 0.30 0.96 0.02
HSL 41.5º 0.96% 0.51% -
HSV(B) 41.5º 0.96% 0.98% -
XYZ 55 51.4 7.31 -
YUV 179.2 32.52 178.5 -
System Red Green Blue C M Y K H S L
Decimal 250 176 10 0 0.30 0.96 0.02 41.5 0.96 0.51
Hex FA B0 A 0 1E 60 2 2A 60 33
Octal 372 260 12 0 36 140 2 52 140 63
Binary 11111010 10110000 1010 0 11110 1100000 10 101010 1100000 110011

Color Harmonies of #FAB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB00A

Black with #FAB00A

Text Example


Text Example

White with #FAB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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