Html Css Color HEX #FCB60F Dark Tangerine

📋 copy color: '#FCB60F'

red 252 ◦ green 182 ◦ blue 15

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

Shades of Dark Tangerine #FCB60F

Tints of Dark Tangerine #FCB60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 56.12%
G = 40.53%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCB60F (or 0xFCB60F) is known color: Dark Tangerine. HEX triplet: FC, B6 and 0F. RGB value is (252,182,15). Sum of RGB (Red+Green+Blue) = 252+182+15=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB60F is #0349F0. Grayscale: #B8B8B8. Windows color (decimal): -215537 or 1029884. OLE color: 1029884.

HSL color Cylindrical-coordinate representation of color #FCB60F: hue angle of 42.28º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCB60F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 15 -
CMYK 0 0.28 0.94 0.01
HSL 42.28º 0.98% 0.52% -
HSV(B) 42.28º 0.94% 0.99% -
XYZ 56.96 54.19 7.91 -
YUV 183.89 32.69 176.58 -
System Red Green Blue C M Y K H S L
Decimal 252 182 15 0 0.28 0.94 0.01 42.28 0.98 0.52
Hex FC B6 F 0 1C 5E 1 2A 62 34
Octal 374 266 17 0 34 136 1 52 142 64
Binary 11111100 10110110 1111 0 11100 1011110 1 101010 1100010 110100

Color Harmonies of #FCB60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB60F

Black with #FCB60F

Text Example


Text Example

White with #FCB60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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