Html Css Color HEX #FCB410 Dark Tangerine

📋 copy color: '#FCB410'

red 252 ◦ green 180 ◦ blue 16

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

Shades of Dark Tangerine #FCB410

Tints of Dark Tangerine #FCB410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 16 (6.64% from 255) = 3.57%

R = 56.25%
G = 40.18%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCB410 (or 0xFCB410) is known color: Dark Tangerine. HEX triplet: FC, B4 and 10. RGB value is (252,180,16). Sum of RGB (Red+Green+Blue) = 252+180+16=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB410 is #034BEF. Grayscale: #B7B7B7. Windows color (decimal): -216048 or 1094908. OLE color: 1094908.

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

Color convert

RGB 252 180 16 -
CMYK 0 0.29 0.94 0.01
HSL 41.69º 0.98% 0.53% -
HSV(B) 41.69º 0.94% 0.99% -
XYZ 56.56 53.38 7.81 -
YUV 182.83 33.85 177.34 -
System Red Green Blue C M Y K H S L
Decimal 252 180 16 0 0.29 0.94 0.01 41.69 0.98 0.53
Hex FC B4 10 0 1D 5E 1 2A 62 35
Octal 374 264 20 0 35 136 1 52 142 65
Binary 11111100 10110100 10000 0 11101 1011110 1 101010 1100010 110101

Color Harmonies of #FCB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB410

Black with #FCB410

Text Example


Text Example

White with #FCB410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB410; }

 p { color: rgb(252,180,16); }

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

background-color css

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

 a { background-color: rgb(252,180,16); }

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

border-color css

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

 span { border-color: rgb(252,180,16); }

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