Html Css Color HEX #FCB00A Dark Tangerine

📋 copy color: '#FCB00A'

red 252 ◦ green 176 ◦ blue 10

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

Shades of Dark Tangerine #FCB00A

Tints of Dark Tangerine #FCB00A

RGB

 RED value IS 252 (98.83% from 255) = 57.53%

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

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

R = 57.53%
G = 40.18%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCB00A (or 0xFCB00A) is known color: Dark Tangerine. HEX triplet: FC, B0 and 0A. RGB value is (252,176,10). Sum of RGB (Red+Green+Blue) = 252+176+10=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB00A is #034FF5. Grayscale: #B4B4B4. Windows color (decimal): -217078 or 700668. OLE color: 700668.

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

Color convert

RGB 252 176 10 -
CMYK 0 0.30 0.96 0.01
HSL 41.16º 0.98% 0.51% -
HSV(B) 41.16º 0.96% 0.99% -
XYZ 55.73 51.77 7.34 -
YUV 179.8 32.18 179.5 -
System Red Green Blue C M Y K H S L
Decimal 252 176 10 0 0.30 0.96 0.01 41.16 0.98 0.51
Hex FC B0 A 0 1E 60 1 29 62 33
Octal 374 260 12 0 36 140 1 51 142 63
Binary 11111100 10110000 1010 0 11110 1100000 1 101001 1100010 110011

Color Harmonies of #FCB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB00A

Black with #FCB00A

Text Example


Text Example

White with #FCB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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