Html Css Color HEX #FCBA15 Dark Tangerine

📋 copy color: '#FCBA15'

red 252 ◦ green 186 ◦ blue 21

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

Shades of Dark Tangerine #FCBA15

Tints of Dark Tangerine #FCBA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

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

R = 54.9%
G = 40.52%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCBA15 (or 0xFCBA15) is known color: Dark Tangerine. HEX triplet: FC, BA and 15. RGB value is (252,186,21). Sum of RGB (Red+Green+Blue) = 252+186+21=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA15 is #0345EA. Grayscale: #BBBBBB. Windows color (decimal): -214507 or 1424124. OLE color: 1424124.

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

Color convert

RGB 252 186 21 -
CMYK 0 0.26 0.92 0.01
HSL 42.86º 0.97% 0.54% -
HSV(B) 42.86º 0.92% 0.99% -
XYZ 57.84 55.87 8.44 -
YUV 186.92 34.37 174.42 -
System Red Green Blue C M Y K H S L
Decimal 252 186 21 0 0.26 0.92 0.01 42.86 0.97 0.54
Hex FC BA 15 0 1A 5C 1 2B 61 36
Octal 374 272 25 0 32 134 1 53 141 66
Binary 11111100 10111010 10101 0 11010 1011100 1 101011 1100001 110110

Color Harmonies of #FCBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA15

Black with #FCBA15

Text Example


Text Example

White with #FCBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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