Html Css Color HEX #FCB115 Dark Tangerine

📋 copy color: '#FCB115'

red 252 ◦ green 177 ◦ blue 21

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

Shades of Dark Tangerine #FCB115

Tints of Dark Tangerine #FCB115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.33%

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

R = 56%
G = 39.33%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCB115 (or 0xFCB115) is known color: Dark Tangerine. HEX triplet: FC, B1 and 15. RGB value is (252,177,21). Sum of RGB (Red+Green+Blue) = 252+177+21=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB115 is #034EEA. Grayscale: #B6B6B6. Windows color (decimal): -216811 or 1421820. OLE color: 1421820.

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

Color convert

RGB 252 177 21 -
CMYK 0 0.30 0.92 0.01
HSL 40.52º 0.97% 0.54% -
HSV(B) 40.52º 0.92% 0.99% -
XYZ 56 52.19 7.83 -
YUV 181.64 37.35 178.18 -
System Red Green Blue C M Y K H S L
Decimal 252 177 21 0 0.30 0.92 0.01 40.52 0.97 0.54
Hex FC B1 15 0 1E 5C 1 29 61 36
Octal 374 261 25 0 36 134 1 51 141 66
Binary 11111100 10110001 10101 0 11110 1011100 1 101001 1100001 110110

Color Harmonies of #FCB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB115

Black with #FCB115

Text Example


Text Example

White with #FCB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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