Html Css Color HEX #FCB518 Dark Tangerine

📋 copy color: '#FCB518'

red 252 ◦ green 181 ◦ blue 24

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

Shades of Dark Tangerine #FCB518

Tints of Dark Tangerine #FCB518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

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

R = 55.14%
G = 39.61%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCB518 (or 0xFCB518) is known color: Dark Tangerine. HEX triplet: FC, B5 and 18. RGB value is (252,181,24). Sum of RGB (Red+Green+Blue) = 252+181+24=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 24 (9.77% from 255 or 5.25% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB518 is #034AE7. Grayscale: #B9B9B9. Windows color (decimal): -215784 or 1619452. OLE color: 1619452.

HSL color Cylindrical-coordinate representation of color #FCB518: hue angle of 41.32º 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 #FCB518 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 181 24 -
CMYK 0 0.28 0.90 0.01
HSL 41.32º 0.97% 0.54% -
HSV(B) 41.32º 0.9% 0.99% -
XYZ 56.83 53.81 8.25 -
YUV 184.33 37.52 176.27 -
System Red Green Blue C M Y K H S L
Decimal 252 181 24 0 0.28 0.90 0.01 41.32 0.97 0.54
Hex FC B5 18 0 1C 5A 1 29 61 36
Octal 374 265 30 0 34 132 1 51 141 66
Binary 11111100 10110101 11000 0 11100 1011010 1 101001 1100001 110110

Color Harmonies of #FCB518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB518

Black with #FCB518

Text Example


Text Example

White with #FCB518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB518; }

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

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

background-color css

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

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

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

border-color css

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

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

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