Html Css Color HEX #FCB716 Dark Tangerine

📋 copy color: '#FCB716'

red 252 ◦ green 183 ◦ blue 22

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

Shades of Dark Tangerine #FCB716

Tints of Dark Tangerine #FCB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 22 (8.98% from 255) = 4.81%

R = 55.14%
G = 40.04%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCB716 (or 0xFCB716) is known color: Dark Tangerine. HEX triplet: FC, B7 and 16. RGB value is (252,183,22). Sum of RGB (Red+Green+Blue) = 252+183+22=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB716 is #0348E9. Grayscale: #B9B9B9. Windows color (decimal): -215274 or 1488892. OLE color: 1488892.

HSL color Cylindrical-coordinate representation of color #FCB716: hue angle of 42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCB716 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 183 22 -
CMYK 0 0.27 0.91 0.01
HSL 42º 0.97% 0.54% -
HSV(B) 42º 0.91% 0.99% -
XYZ 57.22 54.62 8.29 -
YUV 185.28 35.86 175.59 -
System Red Green Blue C M Y K H S L
Decimal 252 183 22 0 0.27 0.91 0.01 42 0.97 0.54
Hex FC B7 16 0 1B 5B 1 2A 61 36
Octal 374 267 26 0 33 133 1 52 141 66
Binary 11111100 10110111 10110 0 11011 1011011 1 101010 1100001 110110

Color Harmonies of #FCB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB716

Black with #FCB716

Text Example


Text Example

White with #FCB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB716; }

 p { color: rgb(252,183,22); }

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

background-color css

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

 a { background-color: rgb(252,183,22); }

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

border-color css

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

 span { border-color: rgb(252,183,22); }

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