Html Css Color HEX #FCB312 Dark Tangerine

📋 copy color: '#FCB312'

red 252 ◦ green 179 ◦ blue 18

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

Shades of Dark Tangerine #FCB312

Tints of Dark Tangerine #FCB312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 56.12%
G = 39.87%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCB312 (or 0xFCB312) is known color: Dark Tangerine. HEX triplet: FC, B3 and 12. RGB value is (252,179,18). Sum of RGB (Red+Green+Blue) = 252+179+18=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB312 is #034CED. Grayscale: #B7B7B7. Windows color (decimal): -216302 or 1225724. OLE color: 1225724.

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

Color convert

RGB 252 179 18 -
CMYK 0 0.29 0.93 0.01
HSL 41.28º 0.98% 0.53% -
HSV(B) 41.28º 0.93% 0.99% -
XYZ 56.37 52.98 7.83 -
YUV 182.47 35.18 177.59 -
System Red Green Blue C M Y K H S L
Decimal 252 179 18 0 0.29 0.93 0.01 41.28 0.98 0.53
Hex FC B3 12 0 1D 5D 1 29 62 35
Octal 374 263 22 0 35 135 1 51 142 65
Binary 11111100 10110011 10010 0 11101 1011101 1 101001 1100010 110101

Color Harmonies of #FCB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB312

Black with #FCB312

Text Example


Text Example

White with #FCB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB312; }

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

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

background-color css

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

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

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

border-color css

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

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

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