Html Css Color HEX #FCB715 Dark Tangerine

📋 copy color: '#FCB715'

red 252 ◦ green 183 ◦ blue 21

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

Shades of Dark Tangerine #FCB715

Tints of Dark Tangerine #FCB715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.13%

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

R = 55.26%
G = 40.13%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCB715 (or 0xFCB715) is known color: Dark Tangerine. HEX triplet: FC, B7 and 15. RGB value is (252,183,21). Sum of RGB (Red+Green+Blue) = 252+183+21=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB715 is #0348EA. Grayscale: #B9B9B9. Windows color (decimal): -215275 or 1423356. OLE color: 1423356.

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

Color convert

RGB 252 183 21 -
CMYK 0 0.27 0.92 0.01
HSL 42.08º 0.97% 0.54% -
HSV(B) 42.08º 0.92% 0.99% -
XYZ 57.21 54.62 8.24 -
YUV 185.16 35.36 175.67 -
System Red Green Blue C M Y K H S L
Decimal 252 183 21 0 0.27 0.92 0.01 42.08 0.97 0.54
Hex FC B7 15 0 1B 5C 1 2A 61 36
Octal 374 267 25 0 33 134 1 52 141 66
Binary 11111100 10110111 10101 0 11011 1011100 1 101010 1100001 110110

Color Harmonies of #FCB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB715

Black with #FCB715

Text Example


Text Example

White with #FCB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB715; }

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

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

background-color css

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

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

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

border-color css

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

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

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