Html Css Color HEX #FAB00C Dark Tangerine

📋 copy color: '#FAB00C'

red 250 ◦ green 176 ◦ blue 12

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

Shades of Dark Tangerine #FAB00C

Tints of Dark Tangerine #FAB00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.74%

R = 57.08%
G = 40.18%
B = 2.74%

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

#FAB00C (or 0xFAB00C) is known color: Dark Tangerine. HEX triplet: FA, B0 and 0C. RGB value is (250,176,12). Sum of RGB (Red+Green+Blue) = 250+176+12=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB00C is #054FF3. Grayscale: #B4B4B4. Windows color (decimal): -348148 or 831738. OLE color: 831738.

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

Color convert

RGB 250 176 12 -
CMYK 0 0.30 0.95 0.02
HSL 41.34º 0.96% 0.51% -
HSV(B) 41.34º 0.95% 0.98% -
XYZ 55.02 51.4 7.37 -
YUV 179.43 33.52 178.34 -
System Red Green Blue C M Y K H S L
Decimal 250 176 12 0 0.30 0.95 0.02 41.34 0.96 0.51
Hex FA B0 C 0 1E 5F 2 29 60 33
Octal 372 260 14 0 36 137 2 51 140 63
Binary 11111010 10110000 1100 0 11110 1011111 10 101001 1100000 110011

Color Harmonies of #FAB00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB00C

Black with #FAB00C

Text Example


Text Example

White with #FAB00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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