Html Css Color HEX #FCB713 Dark Tangerine

📋 copy color: '#FCB713'

red 252 ◦ green 183 ◦ blue 19

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

Shades of Dark Tangerine #FCB713

Tints of Dark Tangerine #FCB713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.19%

R = 55.51%
G = 40.31%
B = 4.19%

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

#FCB713 (or 0xFCB713) is known color: Dark Tangerine. HEX triplet: FC, B7 and 13. RGB value is (252,183,19). Sum of RGB (Red+Green+Blue) = 252+183+19=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB713 is #0348EC. Grayscale: #B9B9B9. Windows color (decimal): -215277 or 1292284. OLE color: 1292284.

HSL color Cylindrical-coordinate representation of color #FCB713: hue angle of 42.23º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCB713 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 183 19 -
CMYK 0 0.27 0.92 0.01
HSL 42.23º 0.97% 0.53% -
HSV(B) 42.23º 0.92% 0.99% -
XYZ 57.2 54.61 8.14 -
YUV 184.94 34.36 175.84 -
System Red Green Blue C M Y K H S L
Decimal 252 183 19 0 0.27 0.92 0.01 42.23 0.97 0.53
Hex FC B7 13 0 1B 5C 1 2A 61 35
Octal 374 267 23 0 33 134 1 52 141 65
Binary 11111100 10110111 10011 0 11011 1011100 1 101010 1100001 110101

Color Harmonies of #FCB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB713

Black with #FCB713

Text Example


Text Example

White with #FCB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB713; }

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

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

background-color css

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

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

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

border-color css

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

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

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