Html Css Color HEX #FAB00D Dark Tangerine

📋 copy color: '#FAB00D'

red 250 ◦ green 176 ◦ blue 13

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

Shades of Dark Tangerine #FAB00D

Tints of Dark Tangerine #FAB00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.96%

R = 56.95%
G = 40.09%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB00D (or 0xFAB00D) is known color: Dark Tangerine. HEX triplet: FA, B0 and 0D. RGB value is (250,176,13). Sum of RGB (Red+Green+Blue) = 250+176+13=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB00D is #054FF2. Grayscale: #B4B4B4. Windows color (decimal): -348147 or 897274. OLE color: 897274.

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

Color convert

RGB 250 176 13 -
CMYK 0 0.30 0.95 0.02
HSL 41.27º 0.96% 0.52% -
HSV(B) 41.27º 0.95% 0.98% -
XYZ 55.02 51.4 7.4 -
YUV 179.54 34.02 178.25 -
System Red Green Blue C M Y K H S L
Decimal 250 176 13 0 0.30 0.95 0.02 41.27 0.96 0.52
Hex FA B0 D 0 1E 5F 2 29 60 34
Octal 372 260 15 0 36 137 2 51 140 64
Binary 11111010 10110000 1101 0 11110 1011111 10 101001 1100000 110100

Color Harmonies of #FAB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB00D

Black with #FAB00D

Text Example


Text Example

White with #FAB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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