Html Css Color HEX #FCB918 Dark Tangerine

📋 copy color: '#FCB918'

red 252 ◦ green 185 ◦ blue 24

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

Shades of Dark Tangerine #FCB918

Tints of Dark Tangerine #FCB918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 24 (9.77% from 255) = 5.21%

R = 54.66%
G = 40.13%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCB918 (or 0xFCB918) is known color: Dark Tangerine. HEX triplet: FC, B9 and 18. RGB value is (252,185,24). Sum of RGB (Red+Green+Blue) = 252+185+24=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 24 (9.77% from 255 or 5.21% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB918 is #0346E7. Grayscale: #BBBBBB. Windows color (decimal): -214760 or 1620476. OLE color: 1620476.

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

Color convert

RGB 252 185 24 -
CMYK 0 0.27 0.90 0.01
HSL 42.37º 0.97% 0.54% -
HSV(B) 42.37º 0.9% 0.99% -
XYZ 57.66 55.46 8.53 -
YUV 186.68 36.2 174.59 -
System Red Green Blue C M Y K H S L
Decimal 252 185 24 0 0.27 0.90 0.01 42.37 0.97 0.54
Hex FC B9 18 0 1B 5A 1 2A 61 36
Octal 374 271 30 0 33 132 1 52 141 66
Binary 11111100 10111001 11000 0 11011 1011010 1 101010 1100001 110110

Color Harmonies of #FCB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB918

Black with #FCB918

Text Example


Text Example

White with #FCB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB918; }

 p { color: rgb(252,185,24); }

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

background-color css

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

 a { background-color: rgb(252,185,24); }

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

border-color css

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

 span { border-color: rgb(252,185,24); }

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