Html Css Color HEX #FCB618 Dark Tangerine

📋 copy color: '#FCB618'

red 252 ◦ green 182 ◦ blue 24

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

Shades of Dark Tangerine #FCB618

Tints of Dark Tangerine #FCB618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.74%

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

R = 55.02%
G = 39.74%
B = 5.24%

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

#FCB618 (or 0xFCB618) is known color: Dark Tangerine. HEX triplet: FC, B6 and 18. RGB value is (252,182,24). Sum of RGB (Red+Green+Blue) = 252+182+24=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB618 is #0349E7. Grayscale: #B9B9B9. Windows color (decimal): -215528 or 1619708. OLE color: 1619708.

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

Color convert

RGB 252 182 24 -
CMYK 0 0.28 0.90 0.01
HSL 41.58º 0.97% 0.54% -
HSV(B) 41.58º 0.9% 0.99% -
XYZ 57.04 54.22 8.32 -
YUV 184.92 37.19 175.85 -
System Red Green Blue C M Y K H S L
Decimal 252 182 24 0 0.28 0.90 0.01 41.58 0.97 0.54
Hex FC B6 18 0 1C 5A 1 2A 61 36
Octal 374 266 30 0 34 132 1 52 141 66
Binary 11111100 10110110 11000 0 11100 1011010 1 101010 1100001 110110

Color Harmonies of #FCB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB618

Black with #FCB618

Text Example


Text Example

White with #FCB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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