Html Css Color HEX #FCB315 Dark Tangerine

📋 copy color: '#FCB315'

red 252 ◦ green 179 ◦ blue 21

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

Shades of Dark Tangerine #FCB315

Tints of Dark Tangerine #FCB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 55.75%
G = 39.6%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCB315 (or 0xFCB315) is known color: Dark Tangerine. HEX triplet: FC, B3 and 15. RGB value is (252,179,21). Sum of RGB (Red+Green+Blue) = 252+179+21=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB315 is #034CEA. Grayscale: #B7B7B7. Windows color (decimal): -216299 or 1422332. OLE color: 1422332.

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

Color convert

RGB 252 179 21 -
CMYK 0 0.29 0.92 0.01
HSL 41.04º 0.97% 0.54% -
HSV(B) 41.04º 0.92% 0.99% -
XYZ 56.4 52.99 7.96 -
YUV 182.82 36.68 177.35 -
System Red Green Blue C M Y K H S L
Decimal 252 179 21 0 0.29 0.92 0.01 41.04 0.97 0.54
Hex FC B3 15 0 1D 5C 1 29 61 36
Octal 374 263 25 0 35 134 1 51 141 66
Binary 11111100 10110011 10101 0 11101 1011100 1 101001 1100001 110110

Color Harmonies of #FCB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB315

Black with #FCB315

Text Example


Text Example

White with #FCB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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