Html Css Color HEX #FCB815 Dark Tangerine

📋 copy color: '#FCB815'

red 252 ◦ green 184 ◦ blue 21

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

Shades of Dark Tangerine #FCB815

Tints of Dark Tangerine #FCB815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

 BLUE value IS 21 (8.59% from 255) = 4.6%

R = 55.14%
G = 40.26%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCB815 (or 0xFCB815) is known color: Dark Tangerine. HEX triplet: FC, B8 and 15. RGB value is (252,184,21). Sum of RGB (Red+Green+Blue) = 252+184+21=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB815 is #0347EA. Grayscale: #BABABA. Windows color (decimal): -215019 or 1423612. OLE color: 1423612.

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

Color convert

RGB 252 184 21 -
CMYK 0 0.27 0.92 0.01
HSL 42.34º 0.97% 0.54% -
HSV(B) 42.34º 0.92% 0.99% -
XYZ 57.42 55.03 8.31 -
YUV 185.75 35.03 175.25 -
System Red Green Blue C M Y K H S L
Decimal 252 184 21 0 0.27 0.92 0.01 42.34 0.97 0.54
Hex FC B8 15 0 1B 5C 1 2A 61 36
Octal 374 270 25 0 33 134 1 52 141 66
Binary 11111100 10111000 10101 0 11011 1011100 1 101010 1100001 110110

Color Harmonies of #FCB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB815

Black with #FCB815

Text Example


Text Example

White with #FCB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB815; }

 p { color: rgb(252,184,21); }

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

background-color css

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

 a { background-color: rgb(252,184,21); }

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

border-color css

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

 span { border-color: rgb(252,184,21); }

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