Html Css Color HEX #FCB212 Dark Tangerine

📋 copy color: '#FCB212'

red 252 ◦ green 178 ◦ blue 18

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

Shades of Dark Tangerine #FCB212

Tints of Dark Tangerine #FCB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.73%

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

R = 56.25%
G = 39.73%
B = 4.02%

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

#FCB212 (or 0xFCB212) is known color: Dark Tangerine. HEX triplet: FC, B2 and 12. RGB value is (252,178,18). Sum of RGB (Red+Green+Blue) = 252+178+18=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB212 is #034DED. Grayscale: #B6B6B6. Windows color (decimal): -216558 or 1225468. OLE color: 1225468.

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

Color convert

RGB 252 178 18 -
CMYK 0 0.29 0.93 0.01
HSL 41.03º 0.98% 0.53% -
HSV(B) 41.03º 0.93% 0.99% -
XYZ 56.17 52.58 7.76 -
YUV 181.89 35.52 178.01 -
System Red Green Blue C M Y K H S L
Decimal 252 178 18 0 0.29 0.93 0.01 41.03 0.98 0.53
Hex FC B2 12 0 1D 5D 1 29 62 35
Octal 374 262 22 0 35 135 1 51 142 65
Binary 11111100 10110010 10010 0 11101 1011101 1 101001 1100010 110101

Color Harmonies of #FCB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB212

Black with #FCB212

Text Example


Text Example

White with #FCB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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